style changes

This commit is contained in:
sdarbinyan
2026-02-14 02:34:11 +04:00
parent 751ad48489
commit 4238d59fc6
20 changed files with 1448 additions and 1032 deletions

View File

@@ -3,4 +3,5 @@ export interface Category {
name: string;
parentID: number;
icon?: string;
wideBanner?: string;
}