File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed 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 ' /vite.svg'
4- import ' ./App.css'
1+ import { useState } from " react" ;
2+ import reactLogo from " ./assets/react.svg" ;
3+ import viteLogo from " /vite.svg" ;
4+ import " ./App.css" ;
55
66function App ( ) {
7- const [ count , setCount ] = useState ( 0 )
7+ const [ count , setCount ] = useState ( 0 ) ;
88
99 return (
1010 < >
@@ -16,7 +16,7 @@ function App() {
1616 < img src = { reactLogo } className = "logo react" alt = "React logo" />
1717 </ a >
1818 </ div >
19- < h1 > Vite + React </ h1 >
19+ < h1 > GCP Deployment </ h1 >
2020 < div className = "card" >
2121 < button onClick = { ( ) => setCount ( ( count ) => count + 1 ) } >
2222 count is { count }
@@ -29,7 +29,7 @@ function App() {
2929 Click on the Vite and React logos to learn more
3030 </ p >
3131 </ >
32- )
32+ ) ;
3333}
3434
35- export default App
35+ export default App ;
You can’t perform that action at this time.
0 commit comments