Files
integreat/src/cljs/auto_ap/reload.cljs
2019-04-03 14:02:17 -07:00

5 lines
108 B
Clojure

(ns ^:figwheel-hooks auto-ap.reload)
(defn ^:after-load reload []
(@(resolve 'auto-ap.core/mount-root)))