Browse Source

从 BookTreeWithTags 引入 ITagCount

visuddhinanda 1 year ago
parent
commit
b44a411134
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard-v4/dashboard/src/components/corpus/BookTree.tsx

+ 1 - 1
dashboard-v4/dashboard/src/components/corpus/BookTree.tsx

@@ -10,7 +10,7 @@ import { IPaliBookListResponse } from "../api/Corpus";
 import { ITocTree } from "./BookTreeList";
 import { PaliToEn } from "../../utils";
 import PaliText from "../template/Wbw/PaliText";
-import { ITagCount } from "../../reducers/fts-books-tag";
+import { ITagCount } from "./BookTreeWithTags";
 
 const { Text } = Typography;