Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Import React without asterix
Browse files Browse the repository at this point in the history
  • Loading branch information
jukben committed May 15, 2019
1 parent abf92de commit cd16eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const FILE_BANNER = `/**
`;

const INDEX_EXTRA_CONTENT = `import * as React from 'react';
const INDEX_EXTRA_CONTENT = `import React from 'react';
export type IconComponent = React.SFC<{ className?: string }>;
Expand Down

0 comments on commit cd16eb4

Please sign in to comment.