mirror of
https://github.com/noahpaige/portfolio-website.git
synced 2026-06-09 08:37:59 -06:00
Update App.tsx
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { useState, useRef } from "react";
|
||||
import "./App.css";
|
||||
|
||||
//comment
|
||||
function App() {
|
||||
const [count, setCount] = useState(0);
|
||||
const scrollRef = useRef(null);
|
||||
|
||||
Reference in New Issue
Block a user