summaryrefslogtreecommitdiff
path: root/packages/frontend/src/router.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2024-01-06 20:15:28 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2024-01-06 20:15:28 +0900
commit746367004e99ca9c5da3de03a2bbcc545cf0c986 (patch)
tree053c7e3f6908fe9e4a98de8b0a18c5eebbbe4ab1 /packages/frontend/src/router.ts
parentfeat: Add support for mCaptcha (#12905) (diff)
downloadmisskey-746367004e99ca9c5da3de03a2bbcc545cf0c986.tar.gz
misskey-746367004e99ca9c5da3de03a2bbcc545cf0c986.tar.bz2
misskey-746367004e99ca9c5da3de03a2bbcc545cf0c986.zip
feat(frontend): add new game
Diffstat (limited to 'packages/frontend/src/router.ts')
-rw-r--r--packages/frontend/src/router.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/router.ts b/packages/frontend/src/router.ts
index baee85866c..9cf4be778c 100644
--- a/packages/frontend/src/router.ts
+++ b/packages/frontend/src/router.ts
@@ -528,6 +528,10 @@ export const routes = [{
component: page(() => import('./pages/clicker.vue')),
loginRequired: true,
}, {
+ path: '/drop-and-fusion',
+ component: page(() => import('./pages/drop-and-fusion.vue')),
+ loginRequired: true,
+}, {
path: '/timeline',
component: page(() => import('./pages/timeline.vue')),
}, {