import React from 'react'; const ModalFooter = (props) => (
{props.children}
); export default ModalFooter;