import { Box } from "@mui/material"; import Header from "../../components/Header"; import LineChart from "../../components/LineChart"; const Line = () => { return (
); }; export default Line;