interface ExploreChartsProps {} export function ExploreCharts({}: ExploreChartsProps) { return <div>Charts</div>; }