chore: add color for category

This commit is contained in:
2026-03-07 15:48:27 +01:00
parent 8edc14ca55
commit 125d066dcb
5 changed files with 133 additions and 13 deletions
+1
View File
@@ -116,6 +116,7 @@ export const logoutUser = async (): Promise<void> => {
export interface Category {
id: number;
name: string;
color: string;
created_at: string;
}