mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
removed es6-promise reference
This commit is contained in:
parent
8934908015
commit
8b2c8382ec
@ -1,9 +1,7 @@
|
||||
/// <reference path="redux-promise.d.ts" />
|
||||
/// <reference path="../redux/redux.d.ts" />
|
||||
/// <reference path="../redux-actions/redux-actions.d.ts" />
|
||||
/// <reference path="../es6-promise/es6-promise.d.ts" />
|
||||
|
||||
import {Promise} from 'es6-promise';
|
||||
import {createAction} from 'redux-actions';
|
||||
import { createStore, applyMiddleware } from 'redux';
|
||||
import promise from 'redux-promise';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user