index.tsx 119 B

12345
  1. interface ExploreChartsProps {}
  2. export function ExploreCharts({}: ExploreChartsProps) {
  3. return <div>Charts</div>;
  4. }