UNPKG

react-app-shell

Version:

react打包脚本和example, 这里的版本请忽略

14 lines (9 loc) 298 B
import React from 'react'; import styles from './styles.less'; function Footer({headerUrl}) { return ( <footer className={styles['footer']}> <div className={styles['info']}>本活动最终解释权归魔力耳朵所有</div> </footer>); } export default Footer;