Item List Manager

  • + 0 comments

    const handleAddItem = () => { if(input.length>0){ setItems([...items,input]) setInput("") } };