import { h } from 'preact'; import { ButtonNew as Button } from '@crayons'; import CloseIcon from '@images/x.svg'; export const Close = ({ displayModal = () => {} }) => { return (