Explorar el Código

:fire: 无用的引用

visuddhinanda hace 3 años
padre
commit
0e2a289cb5
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      dashboard/src/reducers/accept-pr.ts

+ 0 - 2
dashboard/src/reducers/accept-pr.ts

@@ -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";