diff --git a/frontend/src/app/main/ui/context.cljs b/frontend/src/app/main/ui/context.cljs index ee4c891e46..0124088665 100644 --- a/frontend/src/app/main/ui/context.cljs +++ b/frontend/src/app/main/ui/context.cljs @@ -9,7 +9,6 @@ [rumext.alpha :as mf])) (def render-ctx (mf/create-context nil)) -(def def-ctx (mf/create-context false)) (def current-route (mf/create-context nil)) (def current-profile (mf/create-context nil))