From 6c40eff9101577eefe850221d9a67aa7f9aaf629 Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Wed, 2 Feb 2022 10:34:38 +0330 Subject: [PATCH] gitignore Made --- .gitignore | 24 ++++++++++++++++++++++++ src/App.js | 18 +++++++++--------- 2 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dae6b1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js +node_modules + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* \ No newline at end of file diff --git a/src/App.js b/src/App.js index aae2604..a464b72 100644 --- a/src/App.js +++ b/src/App.js @@ -616,7 +616,7 @@ function App() { } } } - const [LOGIN,setLOGIN]=useState(true); + const [LOGIN,setLOGIN]=useState(false); const activeLogin=()=>{ setLOGIN(true); } @@ -646,13 +646,8 @@ function App() { - } + + } /> } /> } /> - } /> + } />