Skip to content
Snippets Groups Projects
Commit 5bbedc74 authored by Eline Evje's avatar Eline Evje
Browse files

feat: added routes for configuration

parent c8725def
No related branches found
No related tags found
3 merge requests!66Final merge,!7Feat/signup/config new user,!4Pipeline fix
......@@ -8,6 +8,7 @@ import { RouterLink, RouterView } from 'vue-router'
<RouterLink to="/sparemaal">Sparemål</RouterLink>
<RouterLink to="/spareutfordringer">Spareutfordringer</RouterLink>
<RouterLink to="/profil">Profil</RouterLink>
<RouterLink to="/konfigurasjon">Konfigurasjon</RouterLink>
</nav>
<main>
......
......@@ -34,6 +34,11 @@ const router = createRouter({
path: '/:pathMatch(.*)*',
name: 'not-found',
component: () => import('../views/NotFoundView.vue')
},
{
path: '/konfigurasjon',
name: 'configurations',
component: () => import('../views/ConfigFamiliarWithSavings.vue')
}
]
})
......
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