forked from TadeasNovak/pokus
typo fix
This commit is contained in:
@@ -19,7 +19,7 @@ function App() {
|
|||||||
<h1>Vite + React</h1>
|
<h1>Vite + React</h1>
|
||||||
<div className="card">
|
<div className="card">
|
||||||
<button onClick={() => setCount((count) => count + 1)}>
|
<button onClick={() => setCount((count) => count + 1)}>
|
||||||
count is {count}
|
count is (supposed) {count}
|
||||||
</button>
|
</button>
|
||||||
<p>
|
<p>
|
||||||
Edit <code>src/App.jsx</code> and save to test HMR
|
Edit <code>src/App.jsx</code> and save to test HMR
|
||||||
|
|||||||
Reference in New Issue
Block a user