From 194688389d821cae8be4ab93ad67ecd24a7a9753 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 26 Apr 2020 14:33:14 -0700 Subject: [PATCH] Unused --- resources/scripts/routers/ServerRouter.tsx | 1 - 1 file changed, 1 deletion(-) 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';