Skip to content

Commit

Permalink
Merge pull request #1 from Robert-M-Lucas/test-branch-1
Browse files Browse the repository at this point in the history
Test merge and auto-deploy
  • Loading branch information
Robert-M-Lucas authored Mar 22, 2024
2 parents db94941 + 8e318c9 commit 5876c97
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 @@ -16,7 +16,7 @@ function App() {
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
</div>
<h1>Vite + React</h1>
<h1>Budget-19</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
count is {count}
Expand Down

0 comments on commit 5876c97

Please sign in to comment.