filtering on ledger page.

This commit is contained in:
Bryce Covert
2020-04-28 07:49:53 -07:00
parent 1f649794eb
commit edc7d50661
10 changed files with 137 additions and 111 deletions

View File

@@ -1,5 +1,6 @@
(ns auto-ap.core
(:require [reagent.core :as reagent]
[reagent.dom :as rdom]
[re-frame.core :as re-frame]
[auto-ap.events :as events]
[auto-ap.views.main :refer [page active-page] ]
@@ -19,7 +20,7 @@
(defn mount-root []
(re-frame/clear-subscription-cache!)
(reagent/render [active-page]
(rdom/render [active-page]
(.getElementById js/document "app")))
(defn ^:export init []