()
| 4 | |
| 5 | |
| 6 | export const meta: MetaFunction = () => { |
| 7 | return [ |
| 8 | { title: 'Pipe ⌘ ' }, |
| 9 | { name: "description", content: "Run a pipe" }, |
| 10 | ]; |
| 11 | }; |
| 12 | |
| 13 | export default function Page() { |
| 14 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected