import { Stack } from "@mui/material"; const FullPageLayout = (props) => { return ( {props.children} ); }; export default FullPageLayout;