diff options
Diffstat (limited to 'webui/src/pages/notfound/NotFoundPage.tsx')
-rw-r--r-- | webui/src/pages/notfound/NotFoundPage.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webui/src/pages/notfound/NotFoundPage.tsx b/webui/src/pages/notfound/NotFoundPage.tsx index 2c6f6854..22e86355 100644 --- a/webui/src/pages/notfound/NotFoundPage.tsx +++ b/webui/src/pages/notfound/NotFoundPage.tsx @@ -1,6 +1,4 @@ -import React from 'react'; - -import { makeStyles } from '@material-ui/core/styles'; +import makeStyles from '@mui/styles/makeStyles'; import BackToListButton from '../../components/BackToListButton'; |