Use official redux on content
This commit is contained in:
parent
cf0dcf2522
commit
efa1cb3967
11 changed files with 36 additions and 103 deletions
|
@ -10,7 +10,6 @@ const store = createStore(
|
|||
applyMiddleware(promise),
|
||||
);
|
||||
|
||||
|
||||
if (window.self === window.top) {
|
||||
new TopContentComponent(window, store); // eslint-disable-line no-new
|
||||
} else {
|
||||
|
|
Reference in a new issue