Removed useless import

This commit is contained in:
Alexey Safronov 2021-02-24 20:25:54 +03:00
parent 7572171ed9
commit 471dcb1de7

View File

@ -8,7 +8,7 @@ import toastr from "@appserver/common/src/components/Toast/toastr";
import PageLayout from "@appserver/common/src/components/PageLayout";
import history from "@appserver/common/src/history";
import ModuleTile from "./ModuleTile";
import { changeLanguage, tryRedirectTo } from "@appserver/common/src/utils";
import { tryRedirectTo } from "@appserver/common/src/utils";
import { setDocumentTitle } from "../../../helpers/utils";
import { inject, observer } from "mobx-react";