can import from excel now.

This commit is contained in:
Bryce Covert
2018-05-03 15:23:10 -07:00
parent 65e65302bf
commit ea1e43d981
9 changed files with 192 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
(bidi/match-route routes/routes url))
(defn- dispatch-route [matched-route]
(println matched-route)
(re-frame/dispatch [:auto-ap.events/set-active-page (:handler matched-route)]))