From 5c2c445cabfa3a6165d8dd06053ded89193ee3c4 Mon Sep 17 00:00:00 2001 From: KaranMegha Date: Fri, 10 Feb 2023 09:57:46 +0530 Subject: [PATCH] SignUp --- src/App.jsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 5a0769a..0b154cf 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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 ( -
+
{/*
*/}