mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 05:38:42 +00:00
Remove ^:const froms state code.
This commit is contained in:
parent
c2b8f7e50c
commit
5f7fea7201
@ -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…
x
Reference in New Issue
Block a user