big updates for re-org.

This commit is contained in:
Bryce Covert
2017-12-19 22:00:46 -08:00
parent b1414ebe60
commit 2af3752041
12 changed files with 456 additions and 356 deletions

View File

@@ -18,6 +18,11 @@
(fn [db]
(:menu db)))
(re-frame/reg-sub
::token
(fn [db]
(:user db)))
(re-frame/reg-sub
::user
(fn [db]