فهرست منبع

:fire: 不用的依赖

visuddhinanda 3 سال پیش
والد
کامیت
de9207c20e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/article/RightPanel.tsx

+ 1 - 1
dashboard/src/components/article/RightPanel.tsx

@@ -1,6 +1,6 @@
 import { useEffect, useState } from "react";
+
 import DictComponent from "../dict/DictComponent";
-import Dictionary from "../dict/Dictionary";
 
 export type TPanelName = "dict" | "channel" | "close";
 interface IWidget {