From 5ac7fdd4fd8ed43e71b378476b0a2cd94a280911 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 21 Jan 2026 05:05:04 +0000 Subject: [PATCH] fix: remove broken load paths from JSON-only components MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove load.path from JSONLambdaDesigner (TSX file deleted) - Remove load.path from JSONModelDesigner (TSX file deleted) - Remove load.path from StyleDesigner (TSX file deleted) These components are now JSON-only and don't need load path references. Build: passing ✓ Audit: 0 issues ✓ --- json-components-registry.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/json-components-registry.json b/json-components-registry.json index 36f7f10..b6f58f4 100644 --- a/json-components-registry.json +++ b/json-components-registry.json @@ -2051,10 +2051,6 @@ "metadata": { "conversionDate": "2026-01-18", "autoGenerated": true - }, - "load": { - "path": "@/components/JSONLambdaDesigner", - "export": "JSONLambdaDesigner" } }, { @@ -2069,10 +2065,6 @@ "metadata": { "conversionDate": "2026-01-18", "autoGenerated": true - }, - "load": { - "path": "@/components/JSONModelDesigner", - "export": "JSONModelDesigner" } }, { @@ -3296,10 +3288,6 @@ "metadata": { "conversionDate": "2026-01-18", "autoGenerated": true - }, - "load": { - "path": "@/components/JSONStyleDesigner", - "export": "StyleDesigner" } }, { @@ -4884,4 +4872,4 @@ "jsonCompatible": 226, "coverage": "60%" } -} \ No newline at end of file +}