mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
refactor: remove unused components and clean up ChatPanel layout
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user