Skip to content
Snippets Groups Projects
reactRedux.js 563 B
Newer Older
Glenn Vorhes's avatar
Glenn Vorhes committed
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
 * Created by glenn on 6/12/2017.
 */
exports.React = require("react");
exports.ReactDom = require("react-dom");
exports.reactRedux = require("react-redux");
exports.redux = require("redux");
exports.connect = exports.reactRedux.connect;
exports.Provider = exports.reactRedux.Provider;
// export { connect, Provider } from 'react-redux';
exports.combineReducers = exports.redux.combineReducers;
exports.createStore = exports.redux.createStore;
Glenn Vorhes's avatar
Glenn Vorhes committed
//# sourceMappingURL=reactRedux.js.map