Fix linting issue in client code
This commit is contained in:
parent
488dc0843f
commit
dc689bd20a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue