refactor(frontend): router refactoring

This commit is contained in:
syuilo
2025-03-19 15:54:30 +09:00
parent 7d4045e8b4
commit 409cd4fbd3
57 changed files with 433 additions and 632 deletions

View File

@@ -76,7 +76,7 @@ import { selectFile } from '@/utility/select-file.js';
import { i18n } from '@/i18n.js';
import { definePage } from '@/page.js';
import { $i } from '@/i.js';
import { mainRouter } from '@/router/main.js';
import { mainRouter } from '@/router.js';
import { getPageBlockList } from '@/pages/page-editor/common.js';
const props = defineProps<{