2
0
visuddhinanda 3 жил өмнө
parent
commit
de9207c20e

+ 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 {