Skip to content

Commit

Permalink
test: a test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mari1912 committed Jun 24, 2024
1 parent ea8fb1f commit b0b2c29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dashboard/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
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 (
<>
Expand All @@ -18,9 +16,6 @@ function App() {
</div>
<h1>Vite + React</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
count is {count}
</button>
<p>
Edit <code>src/App.tsx</code> and save to test HMR
</p>
Expand Down

0 comments on commit b0b2c29

Please sign in to comment.