From ee21dd9d8658b4ee16b7222460fd2c7b703fc991 Mon Sep 17 00:00:00 2001 From: HF Date: Sun, 14 Feb 2021 22:23:36 +0100 Subject: [PATCH] captcha.jsx --- src/components/Captcha.jsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/components/Captcha.jsx diff --git a/src/components/Captcha.jsx b/src/components/Captcha.jsx new file mode 100644 index 00000000..220a4616 --- /dev/null +++ b/src/components/Captcha.jsx @@ -0,0 +1,12 @@ +/* + * @flow + */ + +import React from 'react'; +import { t } from 'ttag'; + +const Captcha = ({ +}) => ( +
+
+);