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:
parent
768004aed8
commit
1f7b3b37ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue