diff --git a/src/App.tsx b/src/App.tsx index afe48ac..bf924fd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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