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

Function Chart

app/modules/chart/index.tsx:11–22  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

9}
10
11export default function Chart(props: Props) {
12 const data = use(props.data)
13 return (
14 <div>
15 <Stats data={data} />
16 {/* <div className="flex flex-row flex-wrap gap-4 mt-4">
17 <Volume data={data} />
18 <Traders data={data} />
19 </div> */}
20 </div>
21 )
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected