consome as store/reducers
This commit is contained in:
parent
6127fdc285
commit
83cb277ba2
17 changed files with 171 additions and 236 deletions
5
src/messages/index.js
Normal file
5
src/messages/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
CONSOLE_BLURRED: 'console.blured',
|
||||
CONSOLE_ENTERED: 'console.entered',
|
||||
CONSOLE_CHANGEED: 'console.changed'
|
||||
};
|
Reference in a new issue