// @flow
import * as React from 'react'
import Layout from '../components/layout'
export default () => (
<Layout title='About us'>
<div>About us</div>
</Layout>
)