mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 00:21:40 +02:00
WIP: project creation now work.
This commit is contained in:
parent
62b9267d4f
commit
56f7613453
11 changed files with 201 additions and 103 deletions
|
@ -1,7 +1,6 @@
|
|||
(ns uxbox.rstore
|
||||
"Reactive storage management architecture helpers."
|
||||
(:require [beicon.core :as rx]
|
||||
[promesa.core :as prom]))
|
||||
(:require [beicon.core :as rx]))
|
||||
|
||||
;; An abstraction for implement a simple state
|
||||
;; transition. The `-apply-update` function receives
|
||||
|
@ -45,7 +44,7 @@
|
|||
[e]
|
||||
(satisfies? EffectEvent e))
|
||||
|
||||
(defonce ^:static bus (rx/bus))
|
||||
(defonce bus (rx/bus))
|
||||
|
||||
(defn emit!
|
||||
"Emits an event or a collection of them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue