Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-bee committed Jan 10, 2024
1 parent 38470f1 commit 2f4d44b
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,35 +1,21 @@
import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'

function App() {
const [count, setCount] = useState(0)

return (
<>
<div>
<a href="https://vitejs.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 style={{ fontSize: "7em" }}>💻</h1>
<h1>adam boettcher</h1>
<h2>developmenet projects</h2>
<h2>gpts</h2>
<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>
<h2>apps</h2>
<br />
<br />
<br />
<h3>[email protected]</h3>

</>
)
}
Expand Down

0 comments on commit 2f4d44b

Please sign in to comment.