()
| 2 | import React from "react"; |
| 3 | |
| 4 | export default function Headers() { |
| 5 | return ( |
| 6 | <Head> |
| 7 | <title>Superflows | Add an AI Copilot to your SaaS Platform</title> |
| 8 | <link rel="icon" href="/favicon.png" /> |
| 9 | </Head> |
| 10 | ); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected