Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit cedb04e

Browse files
committed
Comment out AdminBottomNavigationBar component for future reference
1 parent 2f0ba91 commit cedb04e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/Dashboard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Box, Skeleton, Typography, Grid2 as Grid, Card } from '@mui/material';
2-
import AdminBottomNavigationBar from '../components/admin/common/AdminBottomNavigationBar';
2+
// import AdminBottomNavigationBar from '../components/admin/common/AdminBottomNavigationBar';
33
import { useState } from 'react';
44

55
function Dashboard() {
@@ -65,7 +65,7 @@ function Dashboard() {
6565
></Card>
6666
</Grid>
6767
</Grid>
68-
<AdminBottomNavigationBar value='Dashboard' />
68+
{/* <AdminBottomNavigationBar value='Dashboard' /> */}
6969
</Box>
7070
);
7171
}

0 commit comments

Comments
 (0)