0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 18:48:37 -05:00

Fix syntax error on ui (introduced in previous commit).

This commit is contained in:
Andrey Antukh 2016-12-19 08:35:31 +01:00
parent 768004aed8
commit 1f7b3b37ab
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -166,7 +166,7 @@
(defn init
[]
(rt/init routes))
(rt/init routes)
(mx/mount (app) (dom/get-element "app"))
(mx/mount (lightbox) (dom/get-element "lightbox"))
(mx/mount (loader) (dom/get-element "loader")))