'use client' import { Chart, type ChartProps } from '../Chart' type LineChartProps = Omit export const LineChart = (props: LineChartProps) => ( )