advanced optimizations work again

This commit is contained in:
Bryce Covert
2017-12-08 09:46:26 -08:00
parent 70858fd424
commit 36cac4a023
3 changed files with 4 additions and 8 deletions

View File

@@ -1,16 +1,15 @@
(ns auto-ap.views
(:require-macros [cljs.core.async.macros :refer [go]])
(:require [re-frame.core :as re-frame]
[reagent.core :as reagent]
[auto-ap.subs :as subs]
[auto-ap.events :as events]
[cljs.reader :as edn]
[cljsjs.dropzone :as dz]
[auto-ap.routes :as routes]
[bidi.bidi :as bidi]
[cljs-http.client :as http]
[cljs.core.async :refer [<!]]))
[cljs.core.async :refer [<!]]))
(defn active-when= [active-page candidate]
(when (= active-page candidate) " active"))