Skip to content

Commit c4e8793

Browse files
fix import
1 parent 18cd5a5 commit c4e8793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/App/app-wrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
import App from './app';
9-
import { FunctionComponent, PropsWithChildren, useMemo } from 'react';
9+
import { FunctionComponent, type PropsWithChildren, useMemo } from 'react';
1010
import { CssBaseline, responsiveFontSizes, ThemeOptions } from '@mui/material';
1111
import { createTheme, StyledEngineProvider, Theme, ThemeProvider } from '@mui/material/styles';
1212
import { enUS as MuiCoreEnUS, frFR as MuiCoreFrFR } from '@mui/material/locale';

0 commit comments

Comments
 (0)