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

Interface Props

app/modules/chart/index.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { use } from "react"
6
7interface Props {
8 data: Promise<LaunchpadsInfo[]>
9}
10
11export default function Chart(props: Props) {
12 const data = use(props.data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected