fixing layout stuff.

This commit is contained in:
Bryce Covert
2019-01-24 14:04:25 -08:00
parent 336d0779ff
commit 5b10541c44
5 changed files with 90 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
(:require [reagent.core :as reagent]
[re-frame.core :as re-frame]
[auto-ap.events :as events]
[auto-ap.views.main :refer [page] ]
[auto-ap.views.main :refer [page active-page side-bar-layout] ]
[auto-ap.config :as config]
[auto-ap.effects :as effects]
[pushy.core :as pushy]
@@ -16,7 +16,7 @@
(defn mount-root []
(re-frame/clear-subscription-cache!)
(reagent/render [page]
(reagent/render [active-page]
(.getElementById js/document "app")))
(defn ^:export init []