From 54b754c38c475ca2fe2ead19df56bb2f8e4641c0 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 29 Aug 2024 16:01:31 +0200 Subject: [PATCH] Cleanup --- frontend/src/app/main/ui/context.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/app/main/ui/context.cljs b/frontend/src/app/main/ui/context.cljs index 009366257..1aa4b532b 100644 --- a/frontend/src/app/main/ui/context.cljs +++ b/frontend/src/app/main/ui/context.cljs @@ -31,5 +31,3 @@ (def workspace-read-only? (mf/create-context nil)) (def is-component? (mf/create-context false)) (def sidebar (mf/create-context nil)) - -(def token-sets (mf/create-context nil))