import styles from "./ErrorScreen.module.css"; const ErrorScreen = ({ onFocus, onChange, onKeyDown }) => { return (

City not found, try again!

); }; export default ErrorScreen;