From fcc2d2f5a8ad80094913a692d8c4ff1c59b74ee7 Mon Sep 17 00:00:00 2001 From: TatianaLopaeva Date: Tue, 15 Dec 2020 14:10:07 +0300 Subject: [PATCH] Web: Common: PageLayout: Refactoring. --- .../src/components/PageLayout/sub-components/article.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/ASC.Web.Common/src/components/PageLayout/sub-components/article.js b/web/ASC.Web.Common/src/components/PageLayout/sub-components/article.js index 9407e9d624..e424de29cf 100644 --- a/web/ASC.Web.Common/src/components/PageLayout/sub-components/article.js +++ b/web/ASC.Web.Common/src/components/PageLayout/sub-components/article.js @@ -4,8 +4,6 @@ import PropTypes from "prop-types"; import { utils } from "asc-web-components"; import { Resizable } from "re-resizable"; import { isMobile } from "react-device-detect"; -import { connect } from "react-redux"; -import { getIsLoaded } from "../../../store/auth/selectors"; const { tablet } = utils.device;