diff --git a/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue b/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue index 90ae0476..6765f0f1 100644 --- a/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue +++ b/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue @@ -3,6 +3,7 @@ import LearningPathListView from "@/pages/learningPath/learningPathPage/Learning import LearningPathPathView from "@/pages/learningPath/learningPathPage/LearningPathPathView.vue"; import CircleProgress from "@/pages/learningPath/learningPathPage/LearningPathProgress.vue"; import LearningPathTopics from "@/pages/learningPath/learningPathPage/LearningPathTopics.vue"; +import LearningPathProfileFilter from "@/pages/learningPath/learningPathPage/LearningPathProfileFilter.vue"; import type { ViewType } from "@/pages/learningPath/learningPathPage/LearningPathViewSwitch.vue"; import LearningPathViewSwitch from "@/pages/learningPath/learningPathPage/LearningPathViewSwitch.vue"; import { breakpointsTailwind, useBreakpoints } from "@vueuse/core"; @@ -73,22 +74,13 @@ const changeViewType = (viewType: ViewType) => { > -
+