From dc689bd20a23b4c31f618965ce1022c454c708de Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 25 Jul 2024 22:33:12 +0200 Subject: [PATCH] Fix linting issue in client code --- .../learningPath/learningPathPage/LearningPathPathTopic.vue | 1 - 1 file changed, 1 deletion(-) 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 {