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