mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
Cleanup
This commit is contained in:
parent
2f13814285
commit
7c4cbe5265
2 changed files with 0 additions and 4 deletions
|
@ -17,7 +17,6 @@
|
||||||
[app.main.ui.workspace.tokens.common :refer [labeled-input] :as wtco]
|
[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 :as wts]
|
||||||
[app.main.ui.workspace.tokens.sets-context :as sets-context]
|
[app.main.ui.workspace.tokens.sets-context :as sets-context]
|
||||||
[app.main.ui.workspace.tokens.token-set :as wtts]
|
|
||||||
[app.util.dom :as dom]
|
[app.util.dom :as dom]
|
||||||
[cuerdas.core :as str]
|
[cuerdas.core :as str]
|
||||||
[rumext.v2 :as mf]))
|
[rumext.v2 :as mf]))
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
|
|
||||||
;; Themes ----------------------------------------------------------------------
|
;; Themes ----------------------------------------------------------------------
|
||||||
|
|
||||||
(defn get-workspace-themes [state]
|
|
||||||
(get-in state [:workspace-data :token-themes] []))
|
|
||||||
|
|
||||||
(defn get-workspace-themes-index [state]
|
(defn get-workspace-themes-index [state]
|
||||||
(get-in state [:workspace-data :token-themes-index] {}))
|
(get-in state [:workspace-data :token-themes-index] {}))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue