PARENT
import Child from \'../Child\'; const Parent = () => { const [inputValue, setInputValue] = useState(\'\'); const handleChild = (value) => {