Replace builtin rstore impl with potok.

This commit is contained in:
Andrey Antukh 2016-11-27 21:53:12 +01:00
parent 6f8f115422
commit 40b48318ff
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
92 changed files with 965 additions and 1063 deletions

View file

@ -6,10 +6,10 @@
(ns uxbox.view
(:require [uxbox.config]
[uxbox.main.state :as st]
[uxbox.store :as st]
[uxbox.view.ui :as ui]))
(defn initial-state
(defn- initial-state
[]
{:route nil
:project nil