mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 02:01:41 +02:00
Replace builtin rstore impl with potok.
This commit is contained in:
parent
6f8f115422
commit
40b48318ff
92 changed files with 965 additions and 1063 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue