Explorar o código

:fire: useEffect

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
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 { useIntl } from "react-intl";
-import type { RadioChangeEvent } from "antd";
-import { Radio } from "antd";
 import { Input } from "antd";
 import { Input } from "antd";
 
 
 import { IWbw } from "./WbwWord";
 import { IWbw } from "./WbwWord";
 
 
-const { TextArea } = Input;
-
 interface IWidget {
 interface IWidget {
   data: IWbw;
   data: IWbw;
   onChange?: Function;
   onChange?: Function;