mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 03:38:24 +02:00
🔧 Move style-dictionary and tinycolor to main.data
This commit is contained in:
parent
a1921bb767
commit
f213ffabe1
9 changed files with 13 additions and 13 deletions
|
@ -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]))
|
||||
|
||||
|
|
|
@ -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]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue