import styles from '../Modal/Modal.module.scss'; export default function ModalFooter({ children, }: { children: JSX.Element | []; }) { return
{children}
; }