diff --git a/packages/client/src/router.ts b/packages/client/src/router.ts index 2f1d2217f..7f03279dd 100644 --- a/packages/client/src/router.ts +++ b/packages/client/src/router.ts @@ -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")),