()
| 3 | import { ChatFlow } from "@/registry/remocn-ui/chat-flow"; |
| 4 | |
| 5 | export const ChatFlowExampleScene = () => ( |
| 6 | <ChatFlow |
| 7 | contact={{ name: "shadcn", avatar: "https://unavatar.io/x/shadcn" }} |
| 8 | /> |
| 9 | ); |
| 10 | |
| 11 | export const chatFlowExampleCode = (): string => { |
| 12 | return `import { ChatFlow } from "@/components/remocn/chat-flow"; |
nothing calls this directly
no outgoing calls
no test coverage detected