File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { useState } from ' react'
2- import reactLogo from ' ./assets/react.svg'
3- import viteLogo from ' ./assets/vite.svg'
4- import heroImg from ' ./assets/hero.png'
5- import ' ./App.css'
1+ import { useState } from " react" ;
2+ import reactLogo from " ./assets/react.svg" ;
3+ import viteLogo from " ./assets/vite.svg" ;
4+ import heroImg from " ./assets/hero.png" ;
5+ import " ./App.css" ;
66
77function App ( ) {
8- const [ count , setCount ] = useState ( 0 )
8+ const [ count , setCount ] = useState ( 0 ) ;
99
1010 return (
1111 < >
@@ -16,7 +16,7 @@ function App() {
1616 < img src = { viteLogo } className = "vite" alt = "Vite logo" />
1717 </ div >
1818 < div >
19- < h1 > Get started </ h1 >
19+ < h1 > Main </ h1 >
2020 < p >
2121 Edit < code > src/App.tsx</ code > and save to test < code > HMR</ code >
2222 </ p >
@@ -115,7 +115,7 @@ function App() {
115115 < div className = "ticks" > </ div >
116116 < section id = "spacer" > </ section >
117117 </ >
118- )
118+ ) ;
119119}
120120
121- export default App
121+ export default App ;
You can’t perform that action at this time.
0 commit comments