Skip to content
Snippets Groups Projects
Commit 371c8e82 authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: adding a roadmap route

parent 332fd16d
No related branches found
No related tags found
1 merge request!8Visual progress indicators
Pipeline #273730 failed
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment