UNPKG

138 BJavaScriptView Raw
1import React from 'react';
2
3const FooterItem1 = () => (
4 <li className="footer-item1">Footer Item 1</li>
5);
6
7export default FooterItem1;