fix import

This commit is contained in:
kakkokari-gtyih 2024-08-20 16:16:04 +09:00
parent 04319e27ed
commit ccedb6a116
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
import 'vite/modulepreload-polyfill';
import '@/style.scss';
import '@/style.embed.scss';
import '@/embed/style.scss';
import { createApp, defineAsyncComponent } from 'vue';
import type { CommonBootOptions } from '@/boot/common.js';
import { common } from '@/boot/common.js';