import React from 'react' import { Third } from './Layout' function Modal({ isOpen, onBackdropClick, ...props }) { if (isOpen) { return