Add CSS cursor classes

This commit is contained in:
Aitor 2023-06-14 15:45:37 +02:00
parent 0682ed101d
commit 216454f66f
12 changed files with 136 additions and 50 deletions

View file

@ -18,6 +18,7 @@
[app.main.ui :as ui]
[app.main.ui.alert]
[app.main.ui.confirm]
[app.main.ui.cursors :as cursors]
[app.main.ui.delete-shared]
[app.main.ui.modal :refer [modal]]
[app.main.ui.routes :as rt]
@ -44,6 +45,7 @@
(defn init-ui
[]
(cursors/init-styles)
(mf/mount (mf/element ui/app) (dom/get-element "app"))
(mf/mount (mf/element modal) (dom/get-element "modal")))