import React from 'react'; import '../css/imports/footer.css'; const Footer = ({ buttons }) => ( ); export default Footer;