Browse Source

TagArea -》TagAreaInChapter

visuddhinanda 1 year ago
parent
commit
9a8e9bca39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/corpus/ChapterCard.tsx

+ 1 - 1
dashboard/src/components/corpus/ChapterCard.tsx

@@ -4,7 +4,7 @@ import { Typography } from "antd";
 
 
 import TimeShow from "../general/TimeShow";
 import TimeShow from "../general/TimeShow";
 import TocPath from "../corpus/TocPath";
 import TocPath from "../corpus/TocPath";
-import TagArea from "../tag/TagArea";
+import TagArea from "../tag/TagAreaInChapter";
 import type { IChannelApiData } from "../api/Channel";
 import type { IChannelApiData } from "../api/Channel";
 import ChannelListItem from "../channel/ChannelListItem";
 import ChannelListItem from "../channel/ChannelListItem";
 import { IStudio } from "../auth/Studio";
 import { IStudio } from "../auth/Studio";