Skip to content

Commit 07c7280

Browse files
committed
Fix import in TestComponent
1 parent 257a2e6 commit 07c7280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/TestComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component } from 'React';
1+
import React, { Component } from 'react';
22
import cleanProps from 'clean-react-props';
33

44
class TestComponent extends Component {

0 commit comments

Comments
 (0)