mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 12:16:17 +00:00
🚧 Temporary disable okulary atoms.
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
(def ^:dynamic *on-error* identity)
|
||||
|
||||
(defonce state (l/atom {}))
|
||||
(defonce loader (l/atom false))
|
||||
(defonce state (atom {}))
|
||||
(defonce loader (atom false))
|
||||
(defonce store (ptk/store {:on-error #(*on-error* %)}))
|
||||
(defonce stream (ptk/input-stream store))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user