Skip to content

Commit f13b46d

Browse files
committed
Fix imports
1 parent 44a428f commit f13b46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import './App.css';
2-
import { useState } from 'react';
2+
import { useState, useEffect } from 'react';
33
function App() {
44
//app compoment
55
const [points, setPoints] = useState(0); //set initial points to 0

0 commit comments

Comments
 (0)