progress on general ledger.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
[re-frame.core :as re-frame]
|
||||
[auto-ap.events :as events]
|
||||
[auto-ap.views.main :refer [page active-page] ]
|
||||
[auto-ap.reload :as reload]
|
||||
|
||||
[auto-ap.config :as config]
|
||||
[auto-ap.effects :as effects]
|
||||
@@ -32,5 +33,4 @@
|
||||
(re-frame/dispatch-sync [::events/initialize-db (.getItem js/localStorage "jwt")])))
|
||||
(pushy/start! p/history)
|
||||
(mount-root))
|
||||
|
||||
|
||||
|
||||
4
src/cljs/auto_ap/reload.cljs
Normal file
4
src/cljs/auto_ap/reload.cljs
Normal file
@@ -0,0 +1,4 @@
|
||||
(ns ^:figwheel-hooks auto-ap.reload)
|
||||
|
||||
(defn ^:after-load reload []
|
||||
(@(resolve 'auto-ap.core/mount-root)))
|
||||
Reference in New Issue
Block a user