visuddhinanda 3 лет назад
Родитель
Сommit
beeff9d473
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      dashboard/src/components/article/Article.tsx

+ 0 - 1
dashboard/src/components/article/Article.tsx

@@ -8,7 +8,6 @@ import { IArticleDataResponse, IArticleResponse } from "../api/Article";
 import ArticleView from "./ArticleView";
 import { ICourseCurrUserResponse } from "../api/Course";
 import { ICourseUser, signIn } from "../../reducers/course-user";
-import { ICourse } from "../../pages/library/course/course";
 import { ITextbook, refresh } from "../../reducers/current-course";
 import ExerciseList from "./ExerciseList";
 import ExerciseAnswer from "../course/ExerciseAnswer";