From 471dcb1de726e4881b9192734436bca758cdc7c9 Mon Sep 17 00:00:00 2001 From: AlexeySafronov Date: Wed, 24 Feb 2021 20:25:54 +0300 Subject: [PATCH] Removed useless import --- web/ASC.Web.Client/src/components/pages/Home/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ASC.Web.Client/src/components/pages/Home/index.js b/web/ASC.Web.Client/src/components/pages/Home/index.js index 7b7a6be175..551bc2e88c 100644 --- a/web/ASC.Web.Client/src/components/pages/Home/index.js +++ b/web/ASC.Web.Client/src/components/pages/Home/index.js @@ -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";