Skip to content

Commit 09ae54c

Browse files
committed
[fix]: removed unused variable;
1 parent 056c0c6 commit 09ae54c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Skills from './components/Skills';
1212
import Footer from './components/Footer';
1313

1414
function App() {
15-
const [scrollProgress, setScrollProgress] = useState(0);
15+
const [_, setScrollProgress] = useState(0);
1616

1717
useEffect(() => {
1818
const handleScroll = () => {

0 commit comments

Comments
 (0)