console state as action/reducer in redux
This commit is contained in:
parent
8593b3f5cd
commit
e8056d2a70
6 changed files with 129 additions and 84 deletions
|
@ -6,7 +6,6 @@ import Follow from './follow';
|
|||
|
||||
let vvConsole = new ConsoleFrame(window);
|
||||
|
||||
|
||||
browser.runtime.onMessage.addListener((action) => {
|
||||
switch (action.type) {
|
||||
case actions.CMD_OPEN:
|
||||
|
|
Reference in a new issue