mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 13:46:37 +02:00
♻️ Refactor main app component.
This commit is contained in:
parent
ccc6eaf4b0
commit
cf7664d446
2 changed files with 31 additions and 35 deletions
|
@ -69,7 +69,7 @@
|
|||
(when (:auth storage)
|
||||
(st/emit! (udu/fetch-profile)))
|
||||
|
||||
(mf/mount (ui/app) (dom/get-element "app"))
|
||||
(mf/mount (mf/element ui/app) (dom/get-element "app"))
|
||||
(mf/mount (lightbox) (dom/get-element "lightbox"))
|
||||
(mf/mount (mf/element modal) (dom/get-element "modal"))
|
||||
(mf/mount (loader) (dom/get-element "loader"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue