From 371c8e8213f527e81f56e1b63a37abda52f450a6 Mon Sep 17 00:00:00 2001
From: vekaste <vekaste@stud.ntnu.no>
Date: Wed, 17 Apr 2024 14:13:36 +0200
Subject: [PATCH] feat: adding a roadmap route

---
 src/router/index.ts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/router/index.ts b/src/router/index.ts
index 5f3a683..af5845b 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -30,6 +30,11 @@ const routes = [
         name: 'test',
         component: () => import('@/views/TestView.vue'),
       },
+      {
+        path: 'roadmap',
+        name: 'roadmap',
+        component: () => import('@/views/SavingGoalView/RoadmapView.vue'),
+      },
       {
         path: 'admin',
         name: 'admin',
-- 
GitLab