File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function App() {
7
7
const [ count , setCount ] = useState ( 0 )
8
8
9
9
return (
10
- < div >
10
+ < >
11
11
< div >
12
12
< a href = "https://vitejs.dev" target = "_blank" >
13
13
< img src = { viteLogo } className = "logo" alt = "Vite logo" />
@@ -28,7 +28,7 @@ function App() {
28
28
< p className = "read-the-docs" >
29
29
Click on the Vite and React logos to learn more
30
30
</ p >
31
- </ div >
31
+ </ >
32
32
)
33
33
}
34
34
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function App() {
7
7
const [ count , setCount ] = useState ( 0 )
8
8
9
9
return (
10
- < div >
10
+ < >
11
11
< div >
12
12
< a href = "https://vitejs.dev" target = "_blank" >
13
13
< img src = { viteLogo } className = "logo" alt = "Vite logo" />
@@ -28,7 +28,7 @@ function App() {
28
28
< p className = "read-the-docs" >
29
29
Click on the Vite and React logos to learn more
30
30
</ p >
31
- </ div >
31
+ </ >
32
32
)
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments