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

Function App

pages/project.tsx:18–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16import WarningModal from "../components/warningModal";
17
18export default function App() {
19 return (
20 <>
21 <Headers />
22 <Dashboard />
23 </>
24 );
25}
26
27function Dashboard() {
28 const supabase = useSupabaseClient<Database>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected