import { CategoricalChart, NumericChart, } from "@/src/features/scores/components/ScoreChart"; import { type TimeseriesChartProps } from "@/src/features/scores/types"; function ChartWrapper(props: { title: string; children: React.ReactNode }) { return (