import "../style.css" import Header from './components/Header' const Index = props => (

Hello Next.js

); export default Index;