import Head from 'next/head'
export default () => (
<div>
<Head>
<title>Turnie.re - Registrierung</title>
</Head>
<p>Registrierung</p>
</div>
)