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