Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethereum/node-crawler
/ LoaderProps
Interface
LoaderProps
frontend/src/organisms/Loader.tsx:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import { Logo } from
'../atoms/Logo'
;
4
5
interface LoaderProps {
6
children: React.ReactNode;
7
}
8
9
export function Loader(props: LoaderProps) {
10
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected