From 502b272332c79d30fdf6ac36226b0e2dcff71f2b Mon Sep 17 00:00:00 2001 From: noahpaige Date: Thu, 21 Sep 2023 13:53:09 -0700 Subject: [PATCH] Update App.tsx --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 352935a..f25f25a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ import { useState, useRef } from "react"; import "./App.css"; - +//comment function App() { const [count, setCount] = useState(0); const scrollRef = useRef(null);