()
| 3 | import GoHome from '~/components/ui/go-home'; |
| 4 | |
| 5 | export const meta: MetaFunction = () => { |
| 6 | return [ |
| 7 | { title: 'Simple Chat Pipe ⌘' }, |
| 8 | { name: "description", content: "Chat with the AI agent" }, |
| 9 | ]; |
| 10 | }; |
| 11 | |
| 12 | export default function Page() { |
| 13 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected