Skip to content

Commit 60c8374

Browse files
authored
Update App.jsx
1 parent 0659cba commit 60c8374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import "./App.css";
33
function App() {
44

55
return (
6-
<>
6+
77
<div classNamw="App">
88
Hello
99
</div>
1010

11-
</>
11+
1212
);
1313
}
1414

0 commit comments

Comments
 (0)