Files
talk/client/coral-framework/hocs/index.js
T
2017-05-10 14:59:10 -03:00

8 lines
141 B
JavaScript

import withFragments from './withFragments';
import withReaction from './withReaction';
export default {
withFragments,
withReaction
};