import React from 'react'; import { ResponsiveLine } from '@nivo/line'; function LineChart({ data }: any) { return (
{/* */}
); } export default LineChart;