mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 03:52:39 +08:00
5 lines
234 B
JavaScript
5 lines
234 B
JavaScript
export {default as withFragments} from './withFragments';
|
|
export {default as withMutation} from './withMutation';
|
|
export {default as withQuery} from './withQuery';
|
|
export {default as withCopyToClipboard} from './withCopyToClipboard';
|