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