diff --git a/src/App.tsx b/src/App.tsx index d083928..9c81ea0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,11 @@ +import { useState } from 'react' + function App() { + const [name, setName] = useState('') + return ( <> -
Hello