readd route to map tests

This commit is contained in:
axolotle
2021-03-10 12:47:28 +01:00
parent 1efcfda37d
commit 9b980cdab6
+7
View File
@@ -50,6 +50,13 @@ export default [
component: () => import(/* webpackChunkName: "blog" */ '@/pages/Blog')
},
// TEMP
{
name: 'map',
path: '/map',
component: () => import(/* webpackChunkName: "blog" */ '@/pages/Map')
},
{
name: 'notfound',
path: '/404',