Skip to content

Commit 9f83a8b

Browse files
committed
fix: bad import
1 parent 93aa002 commit 9f83a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/withFocus.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 React from "react";
22

33
const withFocusProp = WrappedInput => {
44
return class WithFocusProp extends React.PureComponent {

0 commit comments

Comments
 (0)