|
|
@@ -2,9 +2,7 @@
|
|
|
* 查字典,添加术语命令
|
|
|
*/
|
|
|
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
|
|
|
-import { IWidgetDict } from "../components/dict/DictComponent";
|
|
|
import { ISentence } from "../components/template/SentEdit";
|
|
|
-import { IWidgetDictCreate } from "../components/term/TermCreate";
|
|
|
|
|
|
import type { RootState } from "../store";
|
|
|
|