import React from "react"; import errorPageStyle from "./ErrorPage.module.scss"; export function errorHandler(error: Error, info: { componentStack: string }) { // Do something with the error // E.g. log to an error logging client here } export default function ErrorPage() { return ( <>