Browse Source

:fire: import { ITerm }

visuddhinanda 3 years ago
parent
commit
d5186d2020
1 changed files with 0 additions and 1 deletions
  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";