import React from 'react'; import { ErrorIcon } from './icons'; export function ErrorScreen() { return (

Unable to fetch results

You might want to check your network connection.

); }