import React from 'react'
const Index = () => (
<div>
<p>Hello Next.js, this is your friend Brian from logrocket</p>
</div>
)
export default Index