mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Add back missing routes
This commit is contained in:
parent
22b92a74a5
commit
80fad13173
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue