visuddhinanda 2 лет назад
Родитель
Сommit
d5186d2020
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      dashboard/src/reducers/term-change.ts

+ 0 - 1
dashboard/src/reducers/term-change.ts

@@ -1,6 +1,5 @@
 import { createSlice, PayloadAction } from "@reduxjs/toolkit";
 import { ITermDataResponse } from "../components/api/Term";
-import { ITerm } from "../components/term/TermEdit";
 
 import type { RootState } from "../store";