f6592d331f
Refactored the Sidebar component into smaller, more manageable files to improve code organization and maintainability. Fix sidebar auto-expansion issue Ensured the sidebar's collapsed state is maintained when navigating between pages.
6 lines
257 B
TypeScript
6 lines
257 B
TypeScript
|
|
export { SidebarHeader } from './SidebarHeader';
|
|
export { MainNavigation } from './MainNavigation';
|
|
export { MenuItem } from './MenuItem';
|
|
export { SettingsPanel } from './SettingsPanel';
|
|
export { mainMenuItems, settingsMenuItems } from './navigationData'; |