Skip to content

Commit 2dbfc3e

Browse files
committed
Fix quote in strings
1 parent 098e531 commit 2dbfc3e

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)