Skip to content
Snippets Groups Projects
Commit 74a9e299 authored by Jakob Fritz's avatar Jakob Fritz
Browse files

corrected error

that I introduced with removing lazy loading
parent 9a9a21c1
Branches
No related tags found
No related merge requests found
Pipeline #163823 passed
...@@ -17,12 +17,12 @@ const routes = [ ...@@ -17,12 +17,12 @@ const routes = [
{ {
path: '/determine-class', path: '/determine-class',
name: 'exampletable', name: 'exampletable',
component: exampleTable.vue component: exampleTable
}, },
{ {
path: '/check-requirements', path: '/check-requirements',
name: 'checkrequirements', name: 'checkrequirements',
component: checkRequirements.vue component: checkRequirements
} }
] ]
const router = createRouter({ const router = createRouter({
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment