import React from 'react'

const Page = () => (
  <h3>Another page</h3>
)

export default Page
