Skip to content

Commit

Permalink
Merge pull request #1 from Oasis-NEU/Charles
Browse files Browse the repository at this point in the history
deleted app.jsx
  • Loading branch information
charlesheese authored Feb 2, 2025
2 parents 104f9c9 + 1250541 commit 9cbdcd0
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,7 @@ function App() {

return (
<>
<div>
<a href="https://vite.dev" target="_blank">
<img src={viteLogo} className="logo" alt="Vite logo" />
</a>
<a href="https://react.dev" target="_blank">
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
</div>
<h1>Vite + React</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
count is {count}
</button>
<p>
Edit <code>src/App.jsx</code> and save to test HMR
</p>
</div>
<p className="read-the-docs">
Click on the Vite and React logos to learn more
</p>

</>
)
}
Expand Down

0 comments on commit 9cbdcd0

Please sign in to comment.