From 6b9962b2b360cdfaf21042489547d3dad3c76c81 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 19 Jun 2023 14:57:51 +0200 Subject: [PATCH] :sparkles: Not hotreload cursors --- frontend/src/app/main.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main.cljs b/frontend/src/app/main.cljs index 7adc05e65..362ca0a58 100644 --- a/frontend/src/app/main.cljs +++ b/frontend/src/app/main.cljs @@ -45,7 +45,6 @@ (defn init-ui [] - (cur/init-styles) (mf/mount (mf/element ui/app) (dom/get-element "app")) (mf/mount (mf/element modal) (dom/get-element "modal"))) @@ -80,6 +79,7 @@ (worker/init!) (i18n/init! cf/translations) (theme/init! cf/themes) + (cur/init-styles) (init-ui) (st/emit! (initialize)))