Browse Source

:fire: useEffect

visuddhinanda 3 years ago
parent
commit
16b6351efa
1 changed files with 0 additions and 5 deletions
  1. 0 5
      dashboard/src/components/template/Wbw/WbwDetailAdvance.tsx

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