0
Fork 0
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:
Andrey Antukh 2016-05-14 22:28:18 +03:00
parent c2b8f7e50c
commit 5f7fea7201
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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