captcha.jsx

This commit is contained in:
HF 2021-02-14 22:23:36 +01:00
parent e76e56027f
commit ee21dd9d86

View File

@ -0,0 +1,12 @@
/*
* @flow
*/
import React from 'react';
import { t } from 'ttag';
const Captcha = ({
}) => (
<div>
<div />
);