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