Sign in
appsheet-third-party
/
react-google-recaptcha
/
refs/heads/main
/
.
/
src
/
index.js
blob: 5d5e954a7c8027051b9f2eb4caa339236450296f [
file
] [
log
] [
blame
] [
edit
]
import
RecaptchaWrapper
from
"./recaptcha-wrapper"
;
import
ReCAPTCHA
from
"./recaptcha"
;
export
default
RecaptchaWrapper
;
export
{
ReCAPTCHA
};