Browse Source

:fire: 不用的引用

visuddhinanda 3 years ago
parent
commit
c4daf4fbdb
1 changed files with 2 additions and 4 deletions
  1. 2 4
      dashboard/src/pages/studio/anthology/edit.tsx

+ 2 - 4
dashboard/src/pages/studio/anthology/edit.tsx

@@ -1,13 +1,11 @@
 import { useState } from "react";
 import { Link, useParams } from "react-router-dom";
 import { useIntl } from "react-intl";
-import { Button, Card, Space, Tabs } from "antd";
+import { Card, Space, Tabs } from "antd";
 
 import GoBack from "../../../components/studio/GoBack";
-
-import TocTree from "../../../components/anthology/TocTree";
+import TocTree from "../../../components/anthology/EditableTocTree";
 import AnthologyInfoEdit from "../../../components/article/AnthologyInfoEdit";
-import ArticleTplMaker from "../../../components/article/ArticleTplMaker";
 
 const Widget = () => {
   const intl = useIntl();