remove reference to apps.vue

This commit is contained in:
ThatOneCalculator 2023-05-07 18:53:15 -07:00
parent 9e17f1b525
commit 6c5ca005ee
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -295,10 +295,6 @@ export const routes = [
path: "/about-calckey",
component: page(() => import("./pages/about-calckey.vue")),
},
{
path: "/apps",
component: page(() => import("./pages/apps.vue")),
},
{
path: "/theme-editor",
component: page(() => import("./pages/theme-editor.vue")),