Deleted molecules now using JSON-ui implementations:
- AppBranding, CodeExplanationDialog, ComponentBindingDialog
- DataSourceCard, DataSourceEditorDialog, GitHubBuildStatus
- LazyBarChart, LazyD3BarChart, LazyLineChart
- NavigationGroupHeader, SaveIndicator, StorageSettings
Updated src/components/molecules/index.ts to import these from
@/lib/json-ui/json-components instead of TSX files.
Updated src/components/CodeEditor.tsx to import CodeExplanationDialog
from json-components.
Organisms still depend on some molecules (CanvasRenderer, ComponentPalette,
ComponentTree, PropertyEditor, etc) so those remain as TSX.
Build passes successfully with no errors.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>