progress on general ledger.

This commit is contained in:
Bryce Covert
2019-04-03 14:02:17 -07:00
parent 55fb386376
commit 4e3e6d3bea
5 changed files with 78 additions and 52 deletions

View File

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