Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
idolize committed Aug 17, 2015
1 parent 81725e5 commit dfbd7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { combineReducers, createStore, applyMiddleware } from 'redux';
import thunkMiddleware from 'redux-thunk';
import { Provider, connect } from 'react-redux';
import { polyfill as promisePolyfill } from 'es6-promise';
import { requestsReducer, createRequestMiddleware } from '../index';
import { requestsReducer, createRequestMiddleware, attemptRequest } from '../index';
import 'whatwg-fetch';
promisePolyfill();

Expand Down

0 comments on commit dfbd7a1

Please sign in to comment.