refactor: move navigation page from /components to /blocks section

- Moved /components/navigation → /blocks/navigation
- Updated Sidebar: navigation is now first item in "Блоки"
- Updated PreviewClient block path
- Updated seed block path
- Updated SPRINTS.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
AR 15 M4
2026-03-24 19:31:47 +05:00
parent e20d222183
commit 3094e9a2b7
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ const BLOCKS: BlockDef[] = [
{
id: "navigation",
name: "Шапка / Навигация",
href: "/components/navigation",
path: "/components/navigation",
href: "/blocks/navigation",
path: "/blocks/navigation",
defaultReady: true,
component: <NavigationBlock />,
},