import Header from '../components/Header' export default () => ( <div> <Header /> <p>This is the HOME page</p> </div> )