parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
9
src/web/app/common/mixins/index.js
Normal file
9
src/web/app/common/mixins/index.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import activateMe from './i';
|
||||
import activateApi from './api';
|
||||
import activateStream from './stream';
|
||||
|
||||
export default me => {
|
||||
activateMe(me);
|
||||
activateApi(me);
|
||||
activateStream(me);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue