Client: fix import

This commit is contained in:
Timofey Boyko 2024-01-29 13:54:50 +03:00
parent a3cc0093eb
commit a4e4ab8e7b
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import React from "react";
import { useLocation, Navigate } from "react-router-dom";
import { AuthenticatedAction, ValidationResult } from "../helpers/enums";
import { AuthenticatedAction } from "../helpers/enums";
import { ValidationResult } from "../helpers/constants";
import { Loader } from "@docspace/shared/components/loader";
import Section from "@docspace/shared/components/section";
import { checkConfirmLink } from "@docspace/shared/api/user"; //TODO: Move AuthStore

View File

@ -20,7 +20,7 @@ import { Base } from "@docspace/shared/themes";
import { ROOMS_TYPE_TRANSLATIONS } from "@docspace/shared/constants";
import { getFileTypeName } from "../../../../../helpers/filesUtils";
import { SortByFieldName } from "../../../../../helpers/constants";
import { SortByFieldName } from "SRC_DIR/helpers/enums";
const SimpleFilesRowContent = styled(RowContent)`
.row-main-container-wrapper {