diff options
Diffstat (limited to 'frontend/src/App/Router.tsx')
-rw-r--r-- | frontend/src/App/Router.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/App/Router.tsx b/frontend/src/App/Router.tsx index ee520445a..626ec6a4d 100644 --- a/frontend/src/App/Router.tsx +++ b/frontend/src/App/Router.tsx @@ -8,7 +8,7 @@ import HistoryRouter from "../History/Router"; import SettingRouter from "../Settings/Router"; import EmptyPage, { RouterEmptyPath } from "../special-pages/404"; import SystemRouter from "../System/Router"; -import { ScrollToTop } from "../utilites"; +import { ScrollToTop } from "../utilities"; import WantedRouter from "../Wanted/Router"; const Router: FunctionComponent<{ className?: string }> = ({ className }) => { |