Spaces:
Build error
Build error
| import React from 'react'; | |
| const Footer = () => { | |
| return ( | |
| <footer className="bg-gray-200 py-4 text-center"> | |
| <p>© 2023 My Company</p> | |
| </footer> | |
| ); | |
| }; | |
| export default Footer; |