From b83be8298b1f7c803898d9bd3f8aa9a4a487e559 Mon Sep 17 00:00:00 2001 From: vekaste <vekaste@stud.ntnu.no> Date: Thu, 18 Apr 2024 11:50:51 +0200 Subject: [PATCH] feat: Updated to correct import of main saving goal component --- src/views/SavingGoalView/RoadmapView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/SavingGoalView/RoadmapView.vue b/src/views/SavingGoalView/RoadmapView.vue index 17c812a..cdf6553 100644 --- a/src/views/SavingGoalView/RoadmapView.vue +++ b/src/views/SavingGoalView/RoadmapView.vue @@ -1,7 +1,7 @@ <script setup lang="ts"> -import SavingGoalRoadmap2 from "@/components/SavingGoalComponents/SavingGoalRoadmap.vue"; +import SavingGoal from "@/components/SavingGoalComponents/SavingGoal.vue"; </script> <template> -<saving-goal-roadmap2></saving-goal-roadmap2> +<saving-goal></saving-goal> </template> \ No newline at end of file -- GitLab