Skip to content

Commit

Permalink
Change default export to normal export
Browse files Browse the repository at this point in the history
  • Loading branch information
becousae committed Dec 24, 2017
1 parent 8af3a5e commit 8449615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface InjectedProps<S, A> {
status: S;
}

export default function fsm<Props, State, Status, ActionType>(
export function fsm<Props, State, Status, ActionType>(
// tslint:disable-next-line: no-any
statusMachine: any,
// tslint:disable-next-line: no-any
Expand Down

0 comments on commit 8449615

Please sign in to comment.