| 41 | } satisfies ChartConfig |
| 42 | |
| 43 | interface Props { |
| 44 | data: LaunchpadsInfo[] |
| 45 | } |
| 46 | |
| 47 | export function Traders({ data }: Props) { |
| 48 | const [duration, setDuration] = useState<Duration>("1d") |
nothing calls this directly
no outgoing calls
no test coverage detected