Skip to content

Commit f50f548

Browse files
authored
fix: add missing PromptInputFooter import in chatbot example (#172)
- Add PromptInputFooter to imports in chatbot.tsx - Remove duplicate PromptInputFooter import in prompt-input.tsx - Fixes pnpm dev startup error
1 parent 5f63caa commit f50f548

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/examples/src/chatbot.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import {
2626
PromptInputButton,
2727
PromptInputFooter,
2828
PromptInputHeader,
29+
PromptInputFooter,
2930
type PromptInputMessage,
3031
PromptInputModelSelect,
3132
PromptInputModelSelectContent,

0 commit comments

Comments
 (0)