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

+ 0 - 5
dashboard/src/components/template/Wbw/WbwDetailAdvance.tsx

@@ -1,13 +1,8 @@
-import { useState, useEffect } from "react";
 import { useIntl } from "react-intl";
-import type { RadioChangeEvent } from "antd";
-import { Radio } from "antd";
 import { Input } from "antd";
 
 import { IWbw } from "./WbwWord";
 
-const { TextArea } = Input;
-
 interface IWidget {
   data: IWbw;
   onChange?: Function;