MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / Headers

Function Headers

components/headers.tsx:4–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import React from "react";
3
4export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected