summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/reset-password.vue
diff options
context:
space:
mode:
authorおさむのひと <46447427+samunohito@users.noreply.github.com>2024-01-08 14:44:43 +0900
committerGitHub <noreply@github.com>2024-01-08 14:44:43 +0900
commit04f9147db6c0b3aff3347a62659f3dfb21fc3f94 (patch)
treeb489a71c7379890f6ff579be9e52b8b61f87d50d /packages/frontend/src/pages/reset-password.vue
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadsharkey-04f9147db6c0b3aff3347a62659f3dfb21fc3f94.tar.gz
sharkey-04f9147db6c0b3aff3347a62659f3dfb21fc3f94.tar.bz2
sharkey-04f9147db6c0b3aff3347a62659f3dfb21fc3f94.zip
refactor(frontend): router.ts解きほぐし (#12907)
* refactor(frontend): router.ts解きほぐし * add debug hmr option * fix comment * fix not working * add comment * fix name * Update definition.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'packages/frontend/src/pages/reset-password.vue')
-rw-r--r--packages/frontend/src/pages/reset-password.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/reset-password.vue b/packages/frontend/src/pages/reset-password.vue
index c9d193b787..d8dec27513 100644
--- a/packages/frontend/src/pages/reset-password.vue
+++ b/packages/frontend/src/pages/reset-password.vue
@@ -25,8 +25,8 @@ import MkInput from '@/components/MkInput.vue';
import MkButton from '@/components/MkButton.vue';
import * as os from '@/os.js';
import { i18n } from '@/i18n.js';
-import { mainRouter } from '@/router.js';
import { definePageMetadata } from '@/scripts/page-metadata.js';
+import { mainRouter } from '@/global/router/main.js';
const props = defineProps<{
token?: string;