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