Explorar el Código

从 BookTreeWithTags 引入 ITagCount

visuddhinanda hace 1 año
padre
commit
b44a411134
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;