mirror of
https://github.com/penpot/penpot.git
synced 2025-02-20 22:06:07 -05:00
Move loader state under sparated atom under uxbox.state ns.
This commit is contained in:
parent
3b56210bde
commit
3ac6df7c26
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@
|
||||||
(-> (l/key :auth)
|
(-> (l/key :auth)
|
||||||
(l/focus-atom state)))
|
(l/focus-atom state)))
|
||||||
|
|
||||||
(def loader-l
|
(def loader (atom false))
|
||||||
(-> (l/key :loader)
|
|
||||||
(l/focus-atom state)))
|
|
||||||
|
|
||||||
(defn get-initial-state
|
(defn get-initial-state
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Add table
Reference in a new issue