Move to dashboard theme

This commit is contained in:
Philipp Heckel 2022-02-19 19:48:33 -05:00
parent b497063af4
commit c859f866b8
11 changed files with 5004 additions and 4038 deletions

View file

@ -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>,