From 2f2b611f0e6d2428a399c6fe69436b09ac283fd9 Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:23:59 +0300 Subject: [PATCH] Update main.js --- src/main.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 1ac91c1d..69cf7833 100644 --- a/src/main.js +++ b/src/main.js @@ -54,7 +54,7 @@ TimeAgo.addDefaultLocale(en); import { createI18n } from "vue-i18n"; import enLocale from "@/locales/en.json"; -import "@unocss/reset/tailwind.css"; +// import "@unocss/reset/tailwind.css"; import "uno.css"; const timeAgo = new TimeAgo("en-US"); @@ -285,3 +285,8 @@ 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";