Web: Common: PageLayout: Refactoring.

This commit is contained in:
TatianaLopaeva 2020-12-15 14:10:07 +03:00
parent 90780cb631
commit fcc2d2f5a8

View File

@ -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;