chore: add comming soon category

This commit is contained in:
2026-03-07 17:59:34 +01:00
parent 0eb775f3ef
commit ab7d8929a8
4 changed files with 81 additions and 6 deletions
+1
View File
@@ -117,6 +117,7 @@ export interface Category {
id: number;
name: string;
color: string;
is_coming_soon: boolean;
created_at: string;
}