refactor: remove unused components and clean up ChatPanel layout

This commit is contained in:
dayuan.jiang
2025-03-22 12:43:24 +00:00
parent 00769197d6
commit 1978be09f4
7 changed files with 1 additions and 534 deletions

View File

@@ -50,9 +50,6 @@ export default function Home() {
}}
/>
</div>
<Button
onClick={handleExport}
>export </Button>
<div className="w-1/3 p-1 border-gray-300">
<ChatPanel
onDisplayChart={(xml) => loadDiagram(xml)}