changed file
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 39s
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 39s
This commit is contained in:
parent
5e1367e355
commit
1c289445d7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function App() {
|
|||
<h1>Vite + React</h1>
|
||||
<div className="card">
|
||||
<button onClick={() => setCount((count) => count + 1)}>
|
||||
count is {count}
|
||||
count is {count}, also hello world!
|
||||
</button>
|
||||
<p>
|
||||
Edit <code>src/App.tsx</code> and save to test HMR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue