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 ( -
+
{/*
*/}