diff --git a/app/routes/auth.jsx b/app/routes/auth.jsx index ffc51eb..0c4fa02 100644 --- a/app/routes/auth.jsx +++ b/app/routes/auth.jsx @@ -41,13 +41,3 @@ export async function loader({ request }) { }, }); } - -export function ErrorBoundary({ error }) { - return ( -
- Back -

{error.message}

- {error.stack} -
- ); -}