diff --git a/src/uxbox/state.cljs b/src/uxbox/state.cljs index 1382a1e0ea..74d15e5185 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)))