feat: header menus

This commit is contained in:
2025-06-26 16:12:20 +03:00
parent cbd1f97eba
commit 5c05f9c2bb
21 changed files with 792 additions and 8 deletions

2
src/entities/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { TopMenu } from './top-menu';
export { BaseMenu } from './base-menu';