We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cd5a5 commit c4e8793Copy full SHA for c4e8793
src/components/App/app-wrapper.tsx
@@ -6,7 +6,7 @@
6
*/
7
8
import App from './app';
9
-import { FunctionComponent, PropsWithChildren, useMemo } from 'react';
+import { FunctionComponent, type PropsWithChildren, useMemo } from 'react';
10
import { CssBaseline, responsiveFontSizes, ThemeOptions } from '@mui/material';
11
import { createTheme, StyledEngineProvider, Theme, ThemeProvider } from '@mui/material/styles';
12
import { enUS as MuiCoreEnUS, frFR as MuiCoreFrFR } from '@mui/material/locale';
0 commit comments