antd-npm-demo
Version:
React & Redux & Ant.Design
17 lines (13 loc) • 321 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _immutable = require('immutable');
var initState = (0, _immutable.Record)({
siteInfo: {},
siteStats: {},
nodes: []
});
exports.default = initState;
module.exports = exports['default'];
//# sourceMappingURL=globalInitState.js.map
;