import React from 'react' import classnames from 'classnames' const ModalBody = ({className, children}) => (
{children}
); export default ModalBody;