add amplify

This commit is contained in:
2025-02-21 11:00:37 -03:00
parent 30eff74c08
commit d863791649
26 changed files with 540 additions and 421 deletions

View File

@@ -0,0 +1,8 @@
export default function Signup() {
return (
<form>
Username
<input />
</form>
);
}