Skip to content

Commit

Permalink
Trigger workflow to verify Node.js version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbyrd committed Nov 24, 2024
1 parent bd6be31 commit aa8d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function App() {
</div>
<h1>Vite + React</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
<button onClick={() => setCount((count) => count + 10)}>
count is {count}
</button>
<p>
Expand Down

0 comments on commit aa8d33e

Please sign in to comment.