changed file
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 39s

This commit is contained in:
Fedor Katurov 2024-08-16 23:27:10 +07:00
parent 5e1367e355
commit 1c289445d7

View file

@ -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