0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 11:38:24 -05:00

Move loader state under sparated atom under uxbox.state ns.

This commit is contained in:
Andrey Antukh 2016-05-16 13:29:19 +03:00
parent 3b56210bde
commit 3ac6df7c26
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -17,9 +17,7 @@
(-> (l/key :auth)
(l/focus-atom state)))
(def loader-l
(-> (l/key :loader)
(l/focus-atom state)))
(def loader (atom false))
(defn get-initial-state
[]