import classNames from 'classnames'; export const ModalHeading = ({ title }) => (

{title}

); export const ModalText = ({ children, strong }) => (

{children}

); export const ModalLink = ({ label, href }) => ( {label} );