UNPKG

cra-template-quick-setup

Version:

The base template for Quick Setup, a simple boilerplate to build front end apps.

5 lines 261 B
export const Footer = ( { } ) => ( <footer className="love"> <p>Made with <span role="img" aria-label="red heart">❤️</span> by <a className="App-link" href="https://cofuente.io" target="_blank" rel="noopener noreferrer">cofuente</a>.</p> </footer> )