We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed65632 commit 9520effCopy full SHA for 9520eff
src/pages/admin/[id]/index.tsx
@@ -4,7 +4,6 @@ import { useRouter } from 'next/router';
4
import {
5
CssBaseline,
6
Container,
7
- Toolbar,
8
Box,
9
} from '@mui/material';
10
import { User } from '@firebase/auth';
@@ -36,7 +35,6 @@ const AdminIndexPage = () => {
36
35
currentUser !== null ? (
37
<AuthProvider>
38
<CssBaseline />
39
- <Toolbar/>
40
<Box sx={{
41
display: 'flex',
42
flexDirection: 'column',
0 commit comments