import React, { useState } from 'react' export default function ReactComponent() { const [pushed, setPushed] = useState('') return (
{pushed}