Skip to content

Commit d8b4e28

Browse files
committed
Fix quotes
1 parent 379bcde commit d8b4e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.js

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

0 commit comments

Comments
 (0)