diff options
Diffstat (limited to 'ui/src/components/Sidebar/index.tsx')
| -rw-r--r-- | ui/src/components/Sidebar/index.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/src/components/Sidebar/index.tsx b/ui/src/components/Sidebar/index.tsx new file mode 100644 index 00000000..10020952 --- /dev/null +++ b/ui/src/components/Sidebar/index.tsx @@ -0,0 +1,4 @@ +import Sidebar, { SidebarItem } from "./Sidebar"; + +export type { SidebarItem }; +export default Sidebar; |
