We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e387 commit ad3fe05Copy full SHA for ad3fe05
src/App.js
@@ -1,7 +1,7 @@
1
import './App.css';
2
import { useState, useEffect } from 'react';
3
function App() {
4
- //app compoment
+ //app component
5
const [points, setPoints] = useState(0); //set initial points to 0
6
const [pointsPerSecond, setPointsPerSecond] = useState(0);
7
const [clicks, setClicks] = useState(0); //set initial clicks pressed to 0
0 commit comments