0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Add debug message for ui rendering.

This commit is contained in:
Andrey Antukh 2016-01-17 23:32:55 +02:00
parent 0f9742a83b
commit 3b687be9b4

View file

@ -38,6 +38,7 @@
:name "app"}))
(defn init
[]
(println "ui/init")
(let [app-dom (gdom/getElement "app")
lb-dom (gdom/getElement "lightbox")]
(rum/mount (app) app-dom)