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 = ({ +}) => ( +
+
+);