Update main.js

This commit is contained in:
Dragos
2022-09-06 12:22:22 +03:00
committed by GitHub
parent a2d16f7e10
commit 5b9e0e90a4

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";