Skip to content

Commit

Permalink
404 route
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiAbdou committed Sep 30, 2024
1 parent f168cf9 commit eedb946
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export async function loader() {
return new Response(
'If you were activated recently, you should have received an email with a gift card to our merch store. Please reach out to the ColorStack team if you need further assistance.',
{ status: 404 }
);
}

0 comments on commit eedb946

Please sign in to comment.