// This page will be rendered when an error makes it all the way to the top of the // application without being handled by a Javascript catch statement or React error // boundary. // // You can modify this page as you wish, but it is important to keep things simple to // avoid the possibility that it will cause its own error. If it does, Redwood will // still render a generic error page, but your users will prefer something a bit more // thoughtful :) // This import will be automatically removed when building for production import { DevFatalErrorPage } from '@redwoodjs/web/dist/components/DevFatalErrorPage' export default DevFatalErrorPage || (() => (