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

Function App

pages/api-settings.tsx:16–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected