🎉 Add initial render object uri to frontend application.

This commit is contained in:
Andrey Antukh 2020-06-29 16:07:12 +02:00 committed by Hirunatan
parent 45a67c57af
commit d521416329
6 changed files with 175 additions and 74 deletions

View file

@ -59,7 +59,7 @@
(rt/initialize-history on-navigate))
(st/emit! udu/fetch-profile)
(mf/mount (mf/element ui/app) (dom/get-element "app"))
(mf/mount (mf/element ui/app-wrapper) (dom/get-element "app"))
(mf/mount (mf/element modal) (dom/get-element "modal")))
(defn ^:export init