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

Commit

Permalink
Leftover from previous fix 🤦 #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jukben committed Apr 9, 2019
1 parent aae08b2 commit 909ca79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ const FILE_BANNER = `/**
* All rights reserved.
*/
import * as React from 'react';
`;

const INDEX_EXTRA_CONTENT = `
export type IconComponent = React.SFC<{ className?: string }>;
const INDEX_EXTRA_CONTENT = `export type IconComponent = React.SFC<{ className?: string }>;
`;

Expand Down

0 comments on commit 909ca79

Please sign in to comment.