Update App.tsx

This commit is contained in:
noahpaige
2023-09-21 13:53:09 -07:00
parent 1baef1f76b
commit 502b272332
+1 -1
View File
@@ -1,6 +1,6 @@
import { useState, useRef } from "react";
import "./App.css";
//comment
function App() {
const [count, setCount] = useState(0);
const scrollRef = useRef(null);