diff --git a/src/index.js b/src/index.js index 1b5c003e8f6795ff75bd508054b119c1408c344f..a5ebe2e6e1c1356f03eb736c3975d6e9bef0d431 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ import init from './init'; -import * as state from './state'; +import state from './state'; const exports = { ...init,