'use client'; import { LineChart, lineElementClasses } from "@mui/x-charts" function Chart({ data, loading }) { return ( ) } export default Chart