agregacion de nodemodules al git ignore y testing en web ui

This commit is contained in:
Maria Sanchez 2022-07-05 22:41:47 -06:00
parent 5abf040b42
commit 71e8d89b24
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.log/
node_modules

View File

@ -4,10 +4,10 @@ const LogIn = () => {
return(
<div>
<span className="p-float-label">
{/* <span className="p-float-label">
<InputText id="username" type="text" value={floatValue} onChange={(e) => setFloatValue(e.target.value)} />
<label htmlFor="username">Username</label>
</span>
</span> */}
</div>
)
}