MCPcopy Create free account
hub / github.com/code100x/chess / Loader

Function Loader

apps/frontend/src/components/Loader.tsx:1–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export const Loader = () => {
2 return (
3 <div className="loader">
4 <div className="loader__main">
5 <div className="loader__dot"></div>
6 <div className="loader__dot"></div>
7 <div className="loader__dot"></div>
8 </div>
9 </div>
10 )
11};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected