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