Improved code generation

This commit is contained in:
alonso.torres 2023-06-12 18:14:24 +02:00
parent 4b8783c104
commit 600b1a6d8d
18 changed files with 651 additions and 199 deletions

View file

@ -88,9 +88,9 @@
(defn ^:export reinit
[]
(mf/unmount (dom/get-element "app"))
(mf/unmount (dom/get-element "modal"))
(st/emit! (ev/initialize))
#_(mf/unmount (dom/get-element "app"))
#_(mf/unmount (dom/get-element "modal"))
#_(st/emit! (ev/initialize))
(init-ui))
(defn ^:dev/after-load after-load