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

Interface Props

app/modules/chart/stats.tsx:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47interface Props {
48 data: LaunchpadsInfo[]
49}
50
51type StatType = "dailyStats" | "newDailyStats"
52export default function Stats({ data }: Props) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected