feat: add Navigation widget barrel export

This commit is contained in:
Ilia Mashkov
2026-04-19 08:40:10 +03:00
parent cfe50069b7
commit a47341ffcb
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
export { MobileNav } from './ui/MobileNav'
export { SidebarNav } from './ui/SidebarNav'
export { UtilityBar } from './ui/UtilityBar'
export type { NavItem } from './model/types'