import React from 'react'; import './ZipCodeInput.css'; export function ZipCodeInput({ zipCode, setZipCode, onZipSubmit }) { return (