import FocusTrap from 'focus-trap-react' import React from 'react' import * as animate from 'Ui/animate' import { LinkButton } from 'Ui/Button' import './Overlay.css' export default function Overlay({ onClose, children, ...otherProps }) { return (