File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function App() {
77 const [ count , setCount ] = useState ( 0 )
88
99 return (
10- < div >
10+ < >
1111 < div >
1212 < a href = "https://vitejs.dev" target = "_blank" >
1313 < img src = { viteLogo } className = "logo" alt = "Vite logo" />
@@ -28,7 +28,7 @@ function App() {
2828 < p className = "read-the-docs" >
2929 Click on the Vite and React logos to learn more
3030 </ p >
31- </ div >
31+ </ >
3232 )
3333}
3434
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function App() {
77 const [ count , setCount ] = useState ( 0 )
88
99 return (
10- < div >
10+ < >
1111 < div >
1212 < a href = "https://vitejs.dev" target = "_blank" >
1313 < img src = { viteLogo } className = "logo" alt = "Vite logo" />
@@ -28,7 +28,7 @@ function App() {
2828 < p className = "read-the-docs" >
2929 Click on the Vite and React logos to learn more
3030 </ p >
31- </ div >
31+ </ >
3232 )
3333}
3434
You can’t perform that action at this time.
0 commit comments