import React from 'react' export const ErrorPage: React.FC = () => { return (

ERROR

there was an error with your request

) }