Files
low-code-react-app-b/audit-report.json
johndoe6345789 55e15c5426 fix: Resolve build failures - remove stale imports and fix component exports
- Removed deleted EditorToolbar and MonacoEditorPanel from CodeEditor
- Fixed SearchBar import in ComprehensiveDemoTaskList (replaced with Input)
- Updated AtomicComponentDemo to remove missing Grid component import
- Fixed atoms/index.ts to export only available JSON components
- Re-added Container component support (JSON definition exists)
- All build errors resolved, production build passes successfully

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-21 03:34:37 +00:00

20 lines
515 B
JSON

{
"timestamp": "2026-01-21T03:34:37.155Z",
"issues": [
{
"severity": "error",
"category": "broken-load-path",
"file": "registry: CodeEditor",
"message": "Component \"CodeEditor\" has load.path \"@/components/CodeEditor\" but file not found",
"suggestion": "Fix or remove load.path in registry"
}
],
"stats": {
"totalJsonFiles": 338,
"totalTsxFiles": 412,
"registryEntries": 360,
"orphanedJson": 0,
"duplicates": 0,
"obsoleteWrapperRefs": 0
}
}