0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
This commit is contained in:
Florian Schroedl 2024-09-30 15:21:15 +02:00
parent bfa90d0347
commit 0ea0834b1a

View file

@ -7,7 +7,6 @@
(ns app.main.ui.workspace.tokens.theme-select (ns app.main.ui.workspace.tokens.theme-select
(:require-macros [app.main.style :as stl]) (:require-macros [app.main.style :as stl])
(:require (:require
[app.common.data.macros :as dm]
[app.common.types.tokens-lib :as ctob] [app.common.types.tokens-lib :as ctob]
[app.common.uuid :as uuid] [app.common.uuid :as uuid]
[app.main.data.modal :as modal] [app.main.data.modal :as modal]
@ -17,8 +16,8 @@
[app.main.ui.components.dropdown :refer [dropdown]] [app.main.ui.components.dropdown :refer [dropdown]]
[app.main.ui.icons :as i] [app.main.ui.icons :as i]
[app.util.dom :as dom] [app.util.dom :as dom]
[rumext.v2 :as mf] [cuerdas.core :as str]
[cuerdas.core :as str])) [rumext.v2 :as mf]))
(mf/defc themes-list (mf/defc themes-list
[{:keys [themes active-theme-paths on-close grouped?]}] [{:keys [themes active-theme-paths on-close grouped?]}]