Browse Source

:fire: import { ITerm }

visuddhinanda 3 năm trước cách đây
mục cha
commit
d5186d2020
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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";