1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-02 05:34:23 +02:00

refactor(frontend): global/router -> router

This commit is contained in:
syuilo
2024-01-30 21:07:34 +09:00
parent eb078d67ab
commit 8aea3603a6
48 changed files with 48 additions and 48 deletions

View File

@@ -63,7 +63,7 @@ import MkFoldableSection from '@/components/MkFoldableSection.vue';
import MkHorizontalSwipe from '@/components/MkHorizontalSwipe.vue';
import { definePageMetadata } from '@/scripts/page-metadata.js';
import { i18n } from '@/i18n.js';
import { useRouter } from '@/global/router/supplier.js';
import { useRouter } from '@/router/supplier.js';
const router = useRouter();