Add back missing routes

This commit is contained in:
ThatOneCalculator 2022-07-25 19:17:47 -07:00
parent 430cb7f38b
commit 17edc3f8aa

View file

@ -93,6 +93,14 @@ export const routes = [{
path: '/theme',
name: 'theme',
component: page(() => import('./pages/settings/theme.vue')),
}, {
path: '/custom-css',
name: 'custom-css',
component: page(() => import('./pages/settings/custom-css.vue')),
}, {
path: '/account-info',
name: 'account-info',
component: page(() => import('./pages/settings/account-info.vue')),
}, {
path: '/navbar',
name: 'navbar',