import "./style/standard.css" function ErrorPage() { return (

Oops!

Sorry, an unexpected error has occurred.

) } export default ErrorPage;