Skip to content

Commit

Permalink
SignUp
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranMegha committed Feb 10, 2023
1 parent 2655a64 commit 5c2c445
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@ import Signup from "./components/Signup/Signup";
import { render } from "@testing-library/react";
const App = () => {

const divRef = useRef();

function myFunction() {
const timer = setTimeout(() => {divRef.current.style.display = "none";}, 2000);
console.log('hello');
}
return (
<div onLoad={myFunction}>
<div >
{/* <div className="loader" ref={divRef}>
</div> */}
<NavBar/>
Expand Down

0 comments on commit 5c2c445

Please sign in to comment.