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

Function LoadingPage

components/loadingspinner.tsx:29–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function LoadingPage() {
30 return (
31 <div className="bg-gray-800 h-screen w-screen flex justify-center place-items-center">
32 <LoadingSpinner classes={"h-20 w-20 text-gray-300"} />
33 </div>
34 );
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected