🐛 Fix problems on sync with components chain with deleted components

This commit is contained in:
Pablo Alba 2024-02-28 13:24:45 +01:00 committed by Andrés Moya
parent 697a542754
commit 74d2273d24
4 changed files with 28 additions and 22 deletions

View file

@ -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]