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