remove reference to apps.vue
This commit is contained in:
parent
9e17f1b525
commit
6c5ca005ee
|
@ -295,10 +295,6 @@ export const routes = [
|
||||||
path: "/about-calckey",
|
path: "/about-calckey",
|
||||||
component: page(() => import("./pages/about-calckey.vue")),
|
component: page(() => import("./pages/about-calckey.vue")),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/apps",
|
|
||||||
component: page(() => import("./pages/apps.vue")),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/theme-editor",
|
path: "/theme-editor",
|
||||||
component: page(() => import("./pages/theme-editor.vue")),
|
component: page(() => import("./pages/theme-editor.vue")),
|
||||||
|
|
Loading…
Reference in New Issue