diff --git a/client/src/pages/learningPath/learningPathPage/LearningPathPathView.vue b/client/src/pages/learningPath/learningPathPage/LearningPathPathView.vue index 6fa2e82c..7150b719 100644 --- a/client/src/pages/learningPath/learningPathPage/LearningPathPathView.vue +++ b/client/src/pages/learningPath/learningPathPage/LearningPathPathView.vue @@ -4,6 +4,7 @@ import LearningPathScrollButton from "@/pages/learningPath/learningPathPage/Lear import { useScroll } from "@vueuse/core"; import { ref } from "vue"; import type { LearningContentWithCompletion, LearningPathType } from "@/types"; +import LoadingSpinner from "@/components/ui/LoadingSpinner.vue"; const props = defineProps<{ learningPath: LearningPathType | undefined; @@ -35,7 +36,10 @@ const scrollLearnPathDiagram = (offset: number) => {