diff --git a/src/views/SavingGoalView/RoadmapView.vue b/src/views/SavingGoalView/RoadmapView.vue index 17c812a5d70eebc4abe899b255f9522f4dc663f8..cdf655318efd24b40aab9b9e8fa1b82c3d30d3df 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