Skip to content

Commit 32c46d9

Browse files
committed
feat(user-signup): [next-ts-middle-out] 🟢 add form to home
1 parent 9242eaf commit 32c46d9

File tree

1 file changed

+3
-0
lines changed
  • exercises/user_signup/solutions/codely_next-typescript-middle-out/src/pages

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
import { SignUpForm } from "../components/SignUpForm";
2+
13
export default function Home(): JSX.Element {
24

35
return (
46
<>
57
<h1>User Signup</h1>
8+
<SignUpForm />
69
</>
710
);
811
}

0 commit comments

Comments
 (0)