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

Function App

pages/usage.tsx:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17import { pageGetServerSideProps } from "../components/getServerSideProps";
18
19export default function App() {
20 return (
21 <>
22 <Headers />
23 <Dashboard />
24 </>
25 );
26}
27
28function Dashboard() {
29 const { profile } = useProfile();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected