0
Fork 0
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:
Andrey Antukh 2020-04-14 11:57:12 +02:00
parent 043cf27ace
commit 41fc23f99b

View file

@ -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))