import React from 'react' const PersonForm = ({onSubmit, name, number, handleNumberChange, handleNameChange }) => { return (