import path was fixed

This commit is contained in:
Vladimir Khvan 2023-05-17 16:59:21 +05:00
parent c82fee11c3
commit 1b823190a1

View File

@ -14,7 +14,7 @@ import { objectToGetParams, loadScript } from "@docspace/common/utils";
import { inject, observer } from "mobx-react";
import { isMobile } from "react-device-detect";
import BreakpointWarning from "SRC_DIR/components/BreakpointWarning";
import { SortByFieldName } from "../../../../helpers/constants";
import { SortByFieldName } from "../../../../../helpers/constants";
const Controls = styled(Box)`
width: 500px;