mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Undo more syuilo fuckup
This commit is contained in:
parent
92295d9335
commit
9e073651ff
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@ export const routes = [{
|
|||
path: '/deck',
|
||||
name: 'deck',
|
||||
component: page(() => import('./pages/settings/deck.vue')),
|
||||
}, {
|
||||
path: '/delete-account',
|
||||
name: 'delete-account',
|
||||
component: page(() => import('./pages/settings/delete-account.vue')),
|
||||
}, {
|
||||
path: '/other',
|
||||
name: 'other',
|
||||
|
|
Loading…
Add table
Reference in a new issue