We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4add1a commit 8c41cacCopy full SHA for 8c41cac
src/App.jsx
@@ -9,10 +9,10 @@ const App = () => {
9
<div className="App">
10
<header className="App-header">
11
<img src={logo} className="App-logo" alt="logo" />
12
- <p>Hello Vite + React!</p>
+ <h1>Vite + React</h1>
13
<p>
14
<button onClick={() => setCount(count => count + 1)}>
15
- count is: {count}
+ count is {count}
16
</button>
17
</p>
18
0 commit comments