0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00
This commit is contained in:
Florian Schroedl 2024-09-26 16:40:38 +02:00
parent 2f13814285
commit 7c4cbe5265
2 changed files with 0 additions and 4 deletions

View file

@ -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]))

View file

@ -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] {}))