()
| 10 | }; |
| 11 | |
| 12 | export default function Page() { |
| 13 | return ( |
| 14 | <div className="w-full max-w-md"> |
| 15 | <GoHome /> |
| 16 | |
| 17 | <h1 className="text-2xl font-light text-gray-800 mb-1 text-center"> |
| 18 | `usePipe()`: Chat Advanced |
| 19 | </h1> |
| 20 | <p className="text-muted-foreground text-base font-light mb-20 text-center"> |
| 21 | A kitchen sink example with all `usePipe()` chat features |
| 22 | </p> |
| 23 | <ChatAdvanced /> |
| 24 | </div> |
| 25 | ); |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected