UNPKG

@25sprout/react-starter

Version:

25sprout web starter with React

15 lines (10 loc) 262 B
import React from 'react'; import Navigation from 'components/molecules/Navigation'; import styles from './index.css'; const Header = () => ( <header className={styles.header}> <h2>This is header</h2> <Navigation /> </header> ); export default Header;