UNPKG

@25sprout/react-starter

Version:

25sprout web starter with React

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