From 7c4cbe52652472798112d5ee9f802f69c4adccb2 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 26 Sep 2024 16:40:38 +0200 Subject: [PATCH] Cleanup --- frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs | 1 - frontend/src/app/main/ui/workspace/tokens/token_set.cljs | 3 --- 2 files changed, 4 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs b/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs index a8cd00c1a..df481aa25 100644 --- a/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs @@ -17,7 +17,6 @@ [app.main.ui.workspace.tokens.common :refer [labeled-input] :as wtco] [app.main.ui.workspace.tokens.sets :as wts] [app.main.ui.workspace.tokens.sets-context :as sets-context] - [app.main.ui.workspace.tokens.token-set :as wtts] [app.util.dom :as dom] [cuerdas.core :as str] [rumext.v2 :as mf])) 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 888fcfa06..d3b514928 100644 --- a/frontend/src/app/main/ui/workspace/tokens/token_set.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/token_set.cljs @@ -10,9 +10,6 @@ ;; Themes ---------------------------------------------------------------------- -(defn get-workspace-themes [state] - (get-in state [:workspace-data :token-themes] [])) - (defn get-workspace-themes-index [state] (get-in state [:workspace-data :token-themes-index] {}))