refactor(frontend): organize use functions

This commit is contained in:
syuilo
2025-03-13 14:05:04 +09:00
parent 010ec113c2
commit 3ced310f77
32 changed files with 29 additions and 29 deletions

View File

@@ -92,7 +92,7 @@ import * as os from '@/os.js';
import { store } from '@/store.js';
import { addTheme } from '@/theme-store.js';
import { i18n } from '@/i18n.js';
import { useLeaveGuard } from '@/utility/use-leave-guard.js';
import { useLeaveGuard } from '@/use/use-leave-guard.js';
import { definePage } from '@/page.js';
import { prefer } from '@/preferences.js';