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