mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 17:24:14 +02:00
refactor(frontend): router refactoring
This commit is contained in:
@@ -26,7 +26,7 @@ import MkButton from '@/components/MkButton.vue';
|
||||
import * as os from '@/os.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { definePage } from '@/page.js';
|
||||
import { mainRouter } from '@/router/main.js';
|
||||
import { mainRouter } from '@/router.js';
|
||||
|
||||
const props = defineProps<{
|
||||
token?: string;
|
||||
|
||||
Reference in New Issue
Block a user