Skip to content

Commit

Permalink
Trigger redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbyrd committed Nov 24, 2024
1 parent bde37af commit 07157cd
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 + 10)}>
<button onClick={() => setCount((count) => count + 100)}>
count is {count}
</button>
<p>
Expand Down

0 comments on commit 07157cd

Please sign in to comment.