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

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