enhance(client): add ads page
This commit is contained in:
parent
8571c692ba
commit
7699b49d33
4 changed files with 37 additions and 3 deletions
|
|
@ -197,6 +197,9 @@ export const routes = [{
|
|||
}, {
|
||||
path: '/about-misskey',
|
||||
component: page(() => import('./pages/about-misskey.vue')),
|
||||
}, {
|
||||
path: '/ads',
|
||||
component: page(() => import('./pages/ads.vue')),
|
||||
}, {
|
||||
path: '/theme-editor',
|
||||
component: page(() => import('./pages/theme-editor.vue')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue