add new routing

This commit is contained in:
Andrey Kuvshinov
2025-12-17 23:05:49 +03:00
parent a72d47f6d9
commit 033158e384
9 changed files with 572 additions and 73 deletions

View File

@@ -1,6 +1,7 @@
---
import Stores from './LazyStores.astro';
import MainMenu from '@components/MainMenu.astro';
const MENU_ID = 103245;
let menuItems = [];
@@ -14,6 +15,8 @@
<Stores />
</div>
<MainMenu menuId={MENU_ID} />
</header>