Web: fixed tags folder name for storybook

This commit is contained in:
DmitrySychugov 2023-05-31 18:31:52 +05:00
parent 1105568509
commit 100d5ef173
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import React from "react";
import Tags from "@docspace/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/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/components/Tags";
import Tags from "../../tags";
import { smallTablet } from "../../utils/device";
import Tag from "../../tag";