mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 07:17:00 +02:00
🐛 Fix problems on sync with components chain with deleted components
This commit is contained in:
parent
697a542754
commit
74d2273d24
4 changed files with 28 additions and 22 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
(ns user
|
||||
(:require
|
||||
[app.common.pprint :as pp]
|
||||
[app.common.schema :as sm]
|
||||
[app.common.schema.desc-js-like :as smdj]
|
||||
[app.common.schema.desc-native :as smdn]
|
||||
[app.common.schema.generators :as sg]
|
||||
[app.common.pprint :as pp]
|
||||
[clojure.java.io :as io]
|
||||
[clojure.pprint :refer [pprint print-table]]
|
||||
[clojure.repl :refer :all]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue