Fix App.tsx
This commit is contained in:
parent
66c6aa3442
commit
14b2d473ea
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
|
import { useState } from 'react'
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
|
const [name, setName] = useState('')
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<p>Hello</p>
|
<p></p>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue