summaryrefslogtreecommitdiff
path: root/frontend/src/components/Footer.js
blob: 86f36daaf8798035ebcaa48f5360bc1e29eb863e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import * as Icons from './Icons.js';

const Footer = `
<footer>
<p>Built with ${Icons.TypeScript} + ${Icons.Vite} + ${Icons.Pico} + ${Icons.Heart} at FrontendMasters</p>
<p>© 2024</p>
</footer>
`;

export default Footer