Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemmarsh committed Jul 9, 2018
1 parent cf653b9 commit a22f296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export interface IReactIntercomProps {
[key: string]: any;
}

export default class Intercom extends React.Component<IReactIntercomProps> {}
export default class Intercom extends Component<IReactIntercomProps> {}

0 comments on commit a22f296

Please sign in to comment.