MCPcopy Create free account
hub / github.com/VGabriel45/SolidityVisualizer / LoadingAnimation

Function LoadingAnimation

src/components/loading-animation.tsx:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5trio.register();
6
7const LoadingAnimation = () => {
8 return <l-trio size="40" speed="2.0" color="black" />;
9};
10
11export default LoadingAnimation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected