Fix linting issue in client code

This commit is contained in:
Ramon Wenger 2024-07-25 22:33:12 +02:00 committed by Christian Cueni
parent 488dc0843f
commit dc689bd20a
1 changed files with 0 additions and 1 deletions

View File

@ -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 {