import React from "react"; export const ErrorPage = () => { return <>Error has been encountered.; };