mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
fix: resolve broken load paths in registry (Chart, ComponentTreeManager, JSONUIShowcase, Resizable, StyleDesigner)
This commit is contained in:
@@ -805,10 +805,7 @@
|
||||
"description": "Chart component",
|
||||
"status": "supported",
|
||||
"source": "ui",
|
||||
"load": {
|
||||
"path": "@/components/ui/chart/chart-container.tsx",
|
||||
"export": "ChartContainer"
|
||||
}
|
||||
"jsonCompatible": false
|
||||
},
|
||||
{
|
||||
"type": "Check",
|
||||
@@ -1143,7 +1140,7 @@
|
||||
"autoGenerated": true
|
||||
},
|
||||
"load": {
|
||||
"path": "@/components/ComponentTreeManager",
|
||||
"path": "@/components/JSONComponentTreeManager",
|
||||
"export": "ComponentTreeManager"
|
||||
}
|
||||
},
|
||||
@@ -2168,11 +2165,7 @@
|
||||
"description": "JSONUIShowcase organism component",
|
||||
"status": "supported",
|
||||
"source": "organisms",
|
||||
"jsonCompatible": true,
|
||||
"load": {
|
||||
"path": "@/components/JSONUIShowcase.tsx",
|
||||
"export": "JSONUIShowcase"
|
||||
}
|
||||
"jsonCompatible": false
|
||||
},
|
||||
{
|
||||
"type": "Kbd",
|
||||
@@ -2891,10 +2884,7 @@
|
||||
"description": "Resizable component",
|
||||
"status": "supported",
|
||||
"source": "ui",
|
||||
"load": {
|
||||
"path": "@/components/ui/resizable.tsx",
|
||||
"export": "ResizablePanelGroup"
|
||||
}
|
||||
"jsonCompatible": false
|
||||
},
|
||||
{
|
||||
"type": "ResponsiveGrid",
|
||||
@@ -3507,7 +3497,7 @@
|
||||
"autoGenerated": true
|
||||
},
|
||||
"load": {
|
||||
"path": "@/components/StyleDesigner",
|
||||
"path": "@/components/JSONStyleDesigner",
|
||||
"export": "StyleDesigner"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user