Web:Moved the Tags component from the Common module to the Components module.

This commit is contained in:
Vlada Gazizova 2023-05-25 16:12:45 +03:00
parent c663949814
commit 6e723a37a1
5 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import React from "react";
import Tags from "@docspace/common/components/Tags";
import Tags from "@docspace/components/Tags";
//import { RoomsTypeTranslations } from "@docspace/common/constants";
import Text from "@docspace/components/text";

View File

@ -10,7 +10,7 @@ import { isMobile } from "react-device-detect";
import Link from "@docspace/components/link";
import Loader from "@docspace/components/loader";
import { Base } from "@docspace/components/themes";
import Tags from "@docspace/common/components/Tags";
import Tags from "@docspace/components/Tags";
import Tag from "@docspace/components/tag";
import { RoomsTypeTranslations } from "@docspace/common/constants";

View File

@ -1,7 +1,7 @@
import React from "react";
import styled from "styled-components";
import Tags from "@docspace/common/components/Tags";
import Tags from "@docspace/components/Tags";
import { smallTablet } from "../../utils/device";
import Tag from "../../tag";