import React from 'react'; const ErrorPage = () => { return (

Oops! Something went wrong.

Please try again later or contact support.

); }; export default ErrorPage;