LocalStore opens up a can of worms around dependencies (transit, reader, etc). Remove for the moment.

This commit is contained in:
Mike Thompson 2016-08-17 23:19:57 +10:00
parent 00891fd083
commit 40c8e12426
1 changed files with 0 additions and 6 deletions

View File

@ -65,12 +65,6 @@
;; Because this interceptor is used so much, we reify it
(def inject-db (inject-cofx :db))
(register
:local-store
(fn local-store-handler
[coeffects k]
()XXXX
(assoc coeffects :db @app-db)))
;; -- Further Example --------------------------------------------------------