Update main.js

This commit is contained in:
Dragos 2022-09-06 12:22:22 +03:00 committed by GitHub
parent a2d16f7e10
commit 5b9e0e90a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,6 +267,11 @@ const mixin = {
},
};
/*EFY UI*/
import "../efy/efy.css";
import "../efy/piped.css";
import "../efy/efy.js";
const i18n = createI18n({
globalInjection: true,
legacy: false,
@ -285,8 +290,3 @@ app.use(router);
app.mixin(mixin);
app.component("FontAwesomeIcon", FontAwesomeIcon);
app.mount("#app");
/*EFY UI*/
import "../efy/efy.css";
import "../efy/piped.css";
import "../efy/efy.js";