* Make the sidebar collapsable * Fix padding * Automatically collapase sidebar and hide container on mobile * Hide navbar content when navbar is collapsed * Update naming convention for states
6 lines
331 B
TypeScript
6 lines
331 B
TypeScript
export { IconAddressBook } from './components/IconAddressBook';
|
|
export { IconComment } from './components/IconComment';
|
|
export { IconSidebarLeftCollapse } from './components/IconSidebarLeftCollapse';
|
|
export { IconSidebarRightCollapse } from './components/IconSidebarRightCollapse';
|
|
export { IconAward } from '@tabler/icons-react';
|