frontend: fix compile

This commit is contained in:
wea_ondara
2023-11-20 18:17:52 +01:00
parent 27290799f7
commit 7dd13c48b3

View File

@@ -15,8 +15,6 @@ import '@fortawesome/fontawesome-free/css/all.css';
import {createI18n} from '@/locale/locale'; import {createI18n} from '@/locale/locale';
import 'vue3-toastify/dist/index.css'; import 'vue3-toastify/dist/index.css';
import './polyfill'
const app = createApp(App); const app = createApp(App);
app.use(createPinia()); app.use(createPinia());