-
+
+
diff --git a/client/src/components/learningPath/LearningPathViewVertical.vue b/client/src/components/learningPath/LearningPathViewVertical.vue
deleted file mode 100644
index 82e7fe2f..00000000
--- a/client/src/components/learningPath/LearningPathViewVertical.vue
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
{{ learningPath.title }}
-
-
-
-
-
diff --git a/client/src/pages/cockpit/CockpitUserProfilePage.vue b/client/src/pages/cockpit/CockpitUserProfilePage.vue
index e8d43c47..066aa444 100644
--- a/client/src/pages/cockpit/CockpitUserProfilePage.vue
+++ b/client/src/pages/cockpit/CockpitUserProfilePage.vue
@@ -6,7 +6,7 @@ import * as log from "loglevel";
import { computed, onMounted } from "vue";
import CompetenceDetail from "@/components/competences/CompetenceDetail.vue";
-import LearningPathDiagram from "@/components/learningPath/LearningPathDiagram.vue";
+import LearningPathPathView from "@/pages/learningPath/learningPathPage/LearningPathPathView.vue";
const props = defineProps<{
userId: string;
@@ -61,14 +61,13 @@ function setActiveClasses(isActive: boolean) {