diff --git a/resources/scripts/routers/ServerRouter.tsx b/resources/scripts/routers/ServerRouter.tsx index cef080969..82f6d0c77 100644 --- a/resources/scripts/routers/ServerRouter.tsx +++ b/resources/scripts/routers/ServerRouter.tsx @@ -21,7 +21,6 @@ import ServerError from '@/components/screens/ServerError'; import { httpErrorToHuman } from '@/api/http'; import NotFound from '@/components/screens/NotFound'; import { useStoreState } from 'easy-peasy'; -import ServerInstallingBar from '@/components/elements/ServerInstallingBar'; import useServer from '@/plugins/useServer'; import ScreenBlock from '@/components/screens/ScreenBlock';