🔧 Move style-dictionary and tinycolor to main.data

This commit is contained in:
Andrés Moya 2025-04-25 13:07:33 +02:00 committed by Andrés Moya
parent a1921bb767
commit f213ffabe1
9 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
(:require
[app.common.types.tokens-lib :as ctob]
[app.main.data.helpers :as dsh]
[app.main.ui.workspace.tokens.style-dictionary :as sd]
[app.main.data.style-dictionary :as sd]
[beicon.v2.core :as rx]
[potok.v2.core :as ptk]))

View file

@ -2,7 +2,7 @@
(:require
[app.common.transit :as tr]
[app.common.types.tokens-lib :as ctob]
[app.main.ui.workspace.tokens.style-dictionary :as sd]
[app.main.data.style-dictionary :as sd]
[beicon.v2.core :as rx]
[cljs.test :as t :include-macros true]
[promesa.core :as p]))