Browse Source

:fire: 不用的依赖

visuddhinanda 3 years ago
parent
commit
0e6f1891f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/corpus/Recent.tsx

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

@@ -1,4 +1,4 @@
-import { Button, List, Space } from "antd";
+import { Button, List } from "antd";
 import { useEffect, useState } from "react";
 import { Link } from "react-router-dom";
 import { IView, IViewListResponse } from "../../pages/studio/recent/list";