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 {