Skip to content

Commit e4da270

Browse files
committed
restore theme provider config
1 parent 7ef7c90 commit e4da270

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

front/src/core/theme/theme-provider.component.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import * as React from 'react';
2-
import ThemeProvider from '@mui/material/styles/ThemeProvider';
3-
import StyledEngineProvider from '@mui/material/StyledEngineProvider';
4-
import CssBaseline from '@mui/material/CssBaseline';
2+
import {
3+
StyledEngineProvider,
4+
ThemeProvider,
5+
CssBaseline,
6+
} from '@mui/material';
57
import { theme } from './theme';
68

79
export const ThemeProviderComponent = (props) => {

0 commit comments

Comments
 (0)