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

Function App

pages/index.tsx:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8import { pageGetServerSideProps } from "../components/getServerSideProps";
9
10export default function App() {
11 return (
12 <>
13 <Headers />
14 <Dashboard />
15 </>
16 );
17}
18
19function Dashboard() {
20 const { profile } = useProfile();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected