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