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

feat: added news route

parent ce19e798
No related branches found
No related tags found
1 merge request!1News
......@@ -19,6 +19,11 @@ const routes = [
name: 'not-found',
component: () => import('@/views/NotFoundView.vue'),
},
{
path: '/news',
name: 'news',
component: () => import('@/views/NewsView.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