mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
import withFragments from './withFragments';
|
|
import withReaction from './withReaction';
|
|
|
|
export default {
|
|
withFragments,
|
|
withReaction
|
|
};
|