UNPKG

@25sprout/react-starter

Version:

25sprout web starter with React

8 lines (4 loc) 167 B
import React from 'react'; import styles from './index.css'; const Footer = () => <footer className={styles.footer}>This is footer</footer>; export default Footer;