import {useState} from 'react'; import Input from './Input.tsx'; function App() { const [secret, setSecret] = useState(''); return (