aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Header/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/Header/index.tsx')
-rw-r--r--webui/src/components/Header/index.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webui/src/components/Header/index.tsx b/webui/src/components/Header/index.tsx
index e4dc8d19..8375c74a 100644
--- a/webui/src/components/Header/index.tsx
+++ b/webui/src/components/Header/index.tsx
@@ -1,7 +1,6 @@
+import CssBaseline from '@mui/material/CssBaseline';
import * as React from 'react';
-import CssBaseline from '@material-ui/core/CssBaseline';
-
import Header from './Header';
type Props = { children: React.ReactNode };