mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 08:38:40 +00:00
Fix syntax error on ui (introduced in previous commit).
This commit is contained in:
parent
768004aed8
commit
1f7b3b37ab
@ -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")))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user