浏览代码

:fire: ChannelInfoProps

visuddhinanda 3 年之前
父节点
当前提交
2b63477156
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/components/channel/ChannelList.tsx

+ 1 - 1
dashboard/src/components/channel/ChannelList.tsx

@@ -1,7 +1,7 @@
 import { useState, useEffect } from "react";
 import { List, message, Space, Tag } from "antd";
 
-import type { ChannelInfoProps, IChannelApiData } from "../api/Channel";
+import type { IChannelApiData } from "../api/Channel";
 import { IApiResponseChannelList } from "../api/Corpus";
 import { get } from "../../request";
 import ChannelListItem from "./ChannelListItem";