Skip to content

Commit 8bde118

Browse files
authored
Merge pull request dozoisch#174 from dozoisch/update-react-import-syntax
update react import syntax
2 parents d2924d7 + 7431e40 commit 8bde118

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)