mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init sign up page
This commit is contained in:
parent
920339b5fd
commit
67ce2e7371
5 changed files with 84 additions and 17 deletions
|
|
@ -5,7 +5,7 @@ import Layout from "../components/ui/layout";
|
|||
const Home: NextPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<Layout>
|
||||
<Layout title="Index">
|
||||
<Title>Home</Title>
|
||||
</Layout>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue