mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 05:23:17 +08:00
11 lines
200 B
JavaScript
11 lines
200 B
JavaScript
import pym from './services/PymConnection';
|
|
import actions from './actions';
|
|
|
|
// TODO (bc): Deprecate old actions. Spreading actions is now needed.
|
|
|
|
export default {
|
|
pym,
|
|
actions,
|
|
...actions
|
|
};
|