Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieomaguire committed Feb 8, 2024
1 parent f84bf49 commit d0050c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nextjs-app/src/pages/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,6 @@ export default function Form() {
<label htmlFor="username">
Username:
</label>
{/* <input
className="form-field"
id="username"
data-test-id="username"
name="username"
value={username}
onChange={handleUsernameChange}
type="text" /> */}

<PieInput
className="form-field"
id="username"
Expand Down

0 comments on commit d0050c7

Please sign in to comment.