Move to dashboard theme
This commit is contained in:
parent
b497063af4
commit
c859f866b8
11 changed files with 5004 additions and 4038 deletions
|
@ -4,11 +4,9 @@ import CssBaseline from '@mui/material/CssBaseline';
|
|||
import { ThemeProvider } from '@mui/material/styles';
|
||||
import App from './App';
|
||||
import theme from './theme';
|
||||
import Dashboard from "./Dashboard";
|
||||
|
||||
ReactDOM.render(
|
||||
<ThemeProvider theme={theme}>
|
||||
{/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */}
|
||||
<CssBaseline />
|
||||
<App />
|
||||
</ThemeProvider>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue