diff --git a/app/routes/captcha.tsx b/app/routes/captcha.tsx new file mode 100644 index 0000000..a9fb82a --- /dev/null +++ b/app/routes/captcha.tsx @@ -0,0 +1,9 @@ +export default function () { + return ( + + ); +}