diff --git a/client/src/pages/learningPath/learningPathPage/LearningPathPathTopic.vue b/client/src/pages/learningPath/learningPathPage/LearningPathPathTopic.vue index 58a72639..ef3baaad 100644 --- a/client/src/pages/learningPath/learningPathPage/LearningPathPathTopic.vue +++ b/client/src/pages/learningPath/learningPathPage/LearningPathPathTopic.vue @@ -2,7 +2,6 @@ import { computed } from "vue"; import type { LearningContentWithCompletion, TopicType } from "@/types"; import LearningPathCircleColumn from "./LearningPathCircleColumn.vue"; -import { COURSE_PROFILE_ALL_FILTER } from "@/constants"; import { filterCircles } from "./utils"; interface Props {