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