feat: init sign up page

This commit is contained in:
swve 2022-09-21 23:24:58 +02:00
parent 920339b5fd
commit 67ce2e7371
5 changed files with 84 additions and 17 deletions

View file

@ -5,7 +5,7 @@ import Layout from "../components/ui/layout";
const Home: NextPage = () => {
return (
<div>
<Layout>
<Layout title="Index">
<Title>Home</Title>
</Layout>
</div>