refactor: update views

This commit is contained in:
mrholek
2023-06-12 23:41:08 +02:00
parent f1322d42a0
commit b1b828def3
3 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -17,7 +17,9 @@ const routes = [
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () =>
import(/* webpackChunkName: "dashboard" */ '@/views/Dashboard.vue'),
import(
/* webpackChunkName: "dashboard" */ '@/views/dashboard/Dashboard.vue'
),
},
{
path: '/theme',