ソースを参照

:fire: onChange

visuddhinanda 3 年 前
コミット
1a32668d2c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      dashboard/src/components/template/Wbw/WbwWord.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwWord.tsx

@@ -1,5 +1,4 @@
 import { useState } from "react";
-import { onChange } from "../../../reducers/setting";
 import WbwCase from "./WbwCase";
 import WbwFactorMeaning from "./WbwFactorMeaning";
 import WbwFactors from "./WbwFactors";
@@ -26,6 +25,7 @@ export interface IWbwField {
   field: FieldName;
   value: string;
 }
+
 enum WbwStatus {
   initiate = 0,
   auto = 3,