mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
Remove ^:const froms state code.
This commit is contained in:
parent
c2b8f7e50c
commit
5f7fea7201
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
|
||||
(defonce state (atom {}))
|
||||
|
||||
(def ^:const auth-l
|
||||
(def auth-l
|
||||
(-> (l/key :auth)
|
||||
(l/focus-atom state)))
|
||||
|
||||
(def ^:const loader-l
|
||||
(def loader-l
|
||||
(-> (l/key :loader)
|
||||
(l/focus-atom state)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue