Skip to content

Commit

Permalink
style(types): delint
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha committed Jul 12, 2018
1 parent 7956703 commit 98e196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/create-resource.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {IAction, IEffectCreator, IStreamCreator} from 'xstream-store';

import {Method} from './effect-creator-factory';
import {IActionCreators} from './action-creators';
import {Method} from './effect-creator-factory';
import {Provider} from './providers';

export type CreateEffectCreator = (actionTypes: any, actions: IActionCreators) => IEffectCreator;
Expand Down

0 comments on commit 98e196e

Please sign in to comment.