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);