mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
✨ Not hotreload cursors
This commit is contained in:
parent
0a81ae1ea0
commit
6b9962b2b3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
|||
|
||||
(defn init-ui
|
||||
[]
|
||||
(cur/init-styles)
|
||||
(mf/mount (mf/element ui/app) (dom/get-element "app"))
|
||||
(mf/mount (mf/element modal) (dom/get-element "modal")))
|
||||
|
||||
|
@ -80,6 +79,7 @@
|
|||
(worker/init!)
|
||||
(i18n/init! cf/translations)
|
||||
(theme/init! cf/themes)
|
||||
(cur/init-styles)
|
||||
(init-ui)
|
||||
(st/emit! (initialize)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue