From 5f7fea720115fc5d663139b2b7f7827a1696b3de Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 14 May 2016 22:28:18 +0300 Subject: [PATCH] Remove ^:const froms state code. --- src/uxbox/state.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uxbox/state.cljs b/src/uxbox/state.cljs index 1382a1e0e..74d15e518 100644 --- a/src/uxbox/state.cljs +++ b/src/uxbox/state.cljs @@ -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)))