MCPcopy Create free account
hub / github.com/evolify/dumpfun / Loading

Function Loading

common/components/loading/index.tsx:3–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import "./style.css"
2
3export default function Loading() {
4 return (
5 <div className="flex items-center justify-center h-screen">
6 <div className="loading-wave flex items-center justify-center">
7 <div className="loading-item"></div>
8 <div className="loading-item"></div>
9 <div className="loading-item"></div>
10 <div className="loading-item"></div>
11 <div className="loading-item"></div>
12 <div className="loading-item"></div>
13 <div className="loading-item"></div>
14 <div className="loading-item"></div>
15 </div>
16 </div>
17 )
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected