Bläddra i källkod

:fire: useEffect

visuddhinanda 3 år sedan
förälder
incheckning
16b6351efa
1 ändrade filer med 0 tillägg och 5 borttagningar
  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 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;