4 lines
200 B
TypeScript
4 lines
200 B
TypeScript
export { DashboardShell, type DashboardShellProps } from './DashboardShell';
|
|
export { Sidebar, type SidebarProps, type NavItem } from './Sidebar';
|
|
export { Header, type HeaderProps } from './Header';
|