mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-12-04 23:43:51 +03:00
6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
|
var immutable = require('./immutable');
|
||
|
|
||
|
module.exports = {
|
||
|
immutable: immutable
|
||
|
};
|