From 68daf79cef17c334621001bc7bb19ac99c39ba6a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 5 Mar 2020 10:45:14 +0100 Subject: [PATCH] app/Sidebar: remove dead links --- frontend/packages/app/src/components/SideBar/SideBar.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontend/packages/app/src/components/SideBar/SideBar.tsx b/frontend/packages/app/src/components/SideBar/SideBar.tsx index 8474043876..724b2a4a79 100644 --- a/frontend/packages/app/src/components/SideBar/SideBar.tsx +++ b/frontend/packages/app/src/components/SideBar/SideBar.tsx @@ -10,10 +10,6 @@ import { } from '@material-ui/core'; import HomeIcon from '@material-ui/icons/Home'; -import ServiceIcon from '@material-ui/icons/DeviceHub'; -import WebIcon from '@material-ui/icons/Language'; -import LibIcon from '@material-ui/icons/LocalLibrary'; -import CreateIcon from '@material-ui/icons/AddCircleOutline'; const drawerWidthClosed = 64; const drawerWidthOpen = 220; @@ -263,12 +259,7 @@ const SideBar: FC = ({ - - - - -