diff --git a/app/routes/hammer.tsx b/app/routes/hammer.tsx index b267b4d..0ba87ae 100644 --- a/app/routes/hammer.tsx +++ b/app/routes/hammer.tsx @@ -26,6 +26,8 @@ export async function loader({ context }: { context: RequestContext }) { throw new Response(null, { status: 403, }); + + return null; } export function meta() {