We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef7c90 commit e4da270Copy full SHA for e4da270
1 file changed
front/src/core/theme/theme-provider.component.tsx
@@ -1,7 +1,9 @@
1
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';
+import {
+ StyledEngineProvider,
+ ThemeProvider,
5
+ CssBaseline,
6
+} from '@mui/material';
7
import { theme } from './theme';
8
9
export const ThemeProviderComponent = (props) => {
0 commit comments