Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix CssBaseline import in example code
First code example on page uses `import { ThemeProvider, createTheme, CssBaseline } from '@mui/material/styles';` which fails with `export 'CssBaseline' (imported as 'CssBaseline') was not found in '@mui/material/styles' ... `. Presumably, `CssBaseline` was moved recently and the first code example was not updated correspondingly; last code example on page is fine.
- Loading branch information