MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / Page

Function Page

examples/remix/app/routes/demo.chat-advanced.tsx:12–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10};
11
12export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected