MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / Loading

Function Loading

webapp/src/app/loading.tsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import {Spinner} from "@heroui/spinner";
2
3export default function Loading() {
4 return (
5 <div className='h-full flex items-center justify-center'>
6 <Spinner color='secondary' label='Loading...' />
7 </div>
8 );
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…