feat(project-editor): add Navigation tab for header/flat footer nav

This commit is contained in:
sdarbinyan
2026-07-13 08:57:42 +04:00
parent 4d65386052
commit 16a134ca42
11 changed files with 232 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ export type ProjectEditorSectionId =
| 'static-pages'
| 'features'
| 'languages'
| 'navigation'
| 'preview';
export interface ProjectEditorState {