import { Box } from "@mui/material"; import { HeaderBar } from "../HeaderBar/HeaderBar"; export const Layout = () => { return ( ); };