import { Grid } from "@mui/material"; import { Sidebar } from "./Sidebar"; export const Layout = ({ children }) => ( {children} );