Skip to content

Commit

Permalink
Add metadata on hot-reloading entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaffein committed Mar 2, 2021
1 parent 1f3421b commit 33cd60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
[nav-bar]
[content-body]]])

(defn start
(defn ^:dev/after-load start
"Mounts the application root component in the DOM."
[]
(rdom/render [dashboard-app] (js/document.getElementById "app")))
Expand Down

0 comments on commit 33cd60b

Please sign in to comment.