Remove references to non-existent messageExpired action

This commit is contained in:
Evan Hahn
2021-06-15 18:30:23 -05:00
committed by GitHub
parent 562ab5a5a5
commit 9dd7e763c4
5 changed files with 55 additions and 65 deletions

View File

@@ -3,7 +3,6 @@
// The idea with this file is to make it webpackable for the style guide
const { bindActionCreators } = require('redux');
const Backbone = require('../../ts/backbone');
const Crypto = require('../../ts/Crypto');
const Curve = require('../../ts/Curve');
@@ -416,7 +415,6 @@ exports.setup = (options = {}) => {
};
const State = {
bindActionCreators,
createStore,
Roots,
Ducks,