diff --git a/.gitignore b/.gitignore index 1f884fba..09cbce05 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .log/ +node_modules \ No newline at end of file diff --git a/web-ui/web-react/src/components/LogIn.js b/web-ui/web-react/src/components/LogIn.js index d5137262..7416381b 100644 --- a/web-ui/web-react/src/components/LogIn.js +++ b/web-ui/web-react/src/components/LogIn.js @@ -4,10 +4,10 @@ const LogIn = () => { return(
- + {/* setFloatValue(e.target.value)} /> - + */}
) }