Skip to content

Commit

Permalink
Fix import in TestComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Aug 31, 2018
1 parent 257a2e6 commit 07c7280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/TestComponent.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Component } from 'React';
import React, { Component } from 'react';
import cleanProps from 'clean-react-props';

class TestComponent extends Component {
Expand Down

0 comments on commit 07c7280

Please sign in to comment.