Skip to content

Commit f5899a7

Browse files
authored
update react import syntax
import * as React from 'react'
1 parent d2924d7 commit f5899a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recaptcha.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from "react";
1+
import * as React from 'react'
22
import PropTypes from "prop-types";
33

44
export default class ReCAPTCHA extends React.Component {

0 commit comments

Comments
 (0)