diff --git a/frontend/react-material-admin/src/components/Sidebar/Sidebar.js b/frontend/react-material-admin/src/components/Sidebar/Sidebar.js
index 0b4892fc..34124ba2 100644
--- a/frontend/react-material-admin/src/components/Sidebar/Sidebar.js
+++ b/frontend/react-material-admin/src/components/Sidebar/Sidebar.js
@@ -3,7 +3,6 @@ import { Drawer, IconButton, List } from "@material-ui/core";
import {
Home as HomeIcon,
NotificationsNone as NotificationsIcon,
- FilterNone as UIElementsIcon,
People as ProfilesIcon,
AttachMoney as LightningIcon,
QuestionAnswer as SupportIcon,
@@ -33,17 +32,6 @@ const structure = [
{ id: 0, label: "Timeline", link: "/app/timeline", icon: },
{ id: 1, label: "Profiles", link: "/app/profiles", icon: },
{ id: 2, label: "Lightning", link: "/app/lightning", icon: },
- {
- id: 4,
- label: "UI Elements",
- link: "/app/ui",
- icon: ,
- children: [
- { label: "Icons", link: "/app/ui/icons" },
- { label: "Charts", link: "/app/ui/charts" },
- { label: "Maps", link: "/app/ui/maps" },
- ],
- },
];
function Sidebar({ location }) {