|
@@ -257,13 +257,13 @@ function DashboardContent() {
|
|
|
{secondaryListItems}
|
|
{secondaryListItems}
|
|
|
</List>
|
|
</List>
|
|
|
</Drawer>
|
|
</Drawer>
|
|
|
- <Box component="main" sx={{ backgroundColor: (theme) => theme.palette.mode === 'light' ? theme.palette.grey[100] : theme.palette.grey[900], flexGrow: 1, height: '100vh', overflow: 'auto', }} >
|
|
|
|
|
|
|
+ {/* <Box component="main" sx={{ backgroundColor: (theme) => theme.palette.mode === 'light' ? theme.palette.grey[100] : theme.palette.grey[900], flexGrow: 1, height: '100vh', overflow: 'auto', }} > */}
|
|
|
<Toolbar />
|
|
<Toolbar />
|
|
|
<Container maxWidth="lg" sx={{ mt: 2 , mb: 2 }}>
|
|
<Container maxWidth="lg" sx={{ mt: 2 , mb: 2 }}>
|
|
|
<Outlet/>
|
|
<Outlet/>
|
|
|
<Footer/>
|
|
<Footer/>
|
|
|
</Container>
|
|
</Container>
|
|
|
- </Box>
|
|
|
|
|
|
|
+ {/* </Box> */}
|
|
|
</Box>
|
|
</Box>
|
|
|
</ThemeProvider>
|
|
</ThemeProvider>
|
|
|
);
|
|
);
|