improvements are done

This commit is contained in:
sdarbinyan
2026-01-22 00:41:13 +04:00
parent a1a2a69fd0
commit 0f3d0ae3ef
27 changed files with 2115 additions and 107 deletions

View File

@@ -16,4 +16,6 @@ export interface Subcategory {
img?: string;
categoryId: string;
itemCount?: number;
subcategories?: Subcategory[];
hasItems?: boolean;
}