mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 06:04:46 +08:00
fix: remove unused imports
This commit is contained in:
@@ -12,7 +12,6 @@ import {
|
|||||||
PromptInputBody,
|
PromptInputBody,
|
||||||
PromptInputButton,
|
PromptInputButton,
|
||||||
PromptInputFooter,
|
PromptInputFooter,
|
||||||
PromptInputHeader,
|
|
||||||
PromptInputSubmit,
|
PromptInputSubmit,
|
||||||
PromptInputTextarea,
|
PromptInputTextarea,
|
||||||
type PromptInputMessage,
|
type PromptInputMessage,
|
||||||
@@ -46,7 +45,6 @@ export function InputBox({
|
|||||||
autoFocus,
|
autoFocus,
|
||||||
status = "ready",
|
status = "ready",
|
||||||
context,
|
context,
|
||||||
showWelcome = false,
|
|
||||||
onContextChange,
|
onContextChange,
|
||||||
onSubmit,
|
onSubmit,
|
||||||
onStop,
|
onStop,
|
||||||
|
|||||||
Reference in New Issue
Block a user