Skip to content

Commit

Permalink
Removed StyledEngineProvider for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Oct 14, 2022
1 parent 841ae7c commit 5bbd339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/components/page.client.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { StyledEngineProvider } from '@mui/material';
//import { StyledEngineProvider } from '@mui/material';

export default function Page({ children }) {
return (
<StyledEngineProvider injectFirst>
<>
<div className="main">
<div className="page">{children}</div>
</div>
</StyledEngineProvider>
</>
);
}

0 comments on commit 5bbd339

Please sign in to comment.