feat: remove explore page

This commit is contained in:
Ali BARIN
2022-04-02 11:35:38 +02:00
committed by Ömer Faruk Aydın
parent 4173e3bd2a
commit 45f810b5b8
4 changed files with 0 additions and 23 deletions

View File

@@ -6,7 +6,6 @@ import useMediaQuery from '@mui/material/useMediaQuery';
import AppsIcon from '@mui/icons-material/Apps';
import SwapCallsIcon from '@mui/icons-material/SwapCalls';
import HistoryIcon from '@mui/icons-material/History';
import ExploreIcon from '@mui/icons-material/Explore';
import NotificationsIcon from '@mui/icons-material/Notifications';
import * as URLS from 'config/urls';
@@ -33,11 +32,6 @@ const drawerLinks = [
primary: 'drawer.executions',
to: URLS.EXECUTIONS,
},
{
Icon: ExploreIcon,
primary: 'drawer.explore',
to: URLS.EXPLORE,
},
];
const drawerBottomLinks = [