moved to new date picker.

This commit is contained in:
2022-07-17 08:28:35 -07:00
parent eba3a5dce3
commit d97d70e08f
14 changed files with 193 additions and 338 deletions

View File

@@ -17,7 +17,8 @@
(re-frame/reg-fx
:redirect
(fn [uri]
(pushy/set-token! p/history uri)))
(pushy/set-token! p/history uri)
(p/dispatch-route (p/parse-url uri))))
(re-frame/reg-fx
:set-uri-params