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:
parent
0f9742a83b
commit
3b687be9b4
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue