diff --git a/frontend/src/app/main/ui/workspace/tokens/token_set.cljs b/frontend/src/app/main/ui/workspace/tokens/token_set.cljs index ee2678c21..b7b06e59e 100644 --- a/frontend/src/app/main/ui/workspace/tokens/token_set.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/token_set.cljs @@ -6,9 +6,6 @@ ;; Themes ---------------------------------------------------------------------- -(defn get-theme-group [theme] - (:group theme)) - (defn get-workspace-themes [state] (get-in state [:workspace-data :token-themes] []))