mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
🚧 Temporary disable okulary atoms.
This commit is contained in:
parent
043cf27ace
commit
41fc23f99b
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue