export default function ModalWrapper({children, maxWidth}) { return (
{/* */}
{children}
) } // id="default-modal" tabIndex={-1} aria-hidden="true"