import React from 'react'

const Index = () => (
  <h3>Index page</h3>
)

export default Index
