File size: 130 Bytes
1e92f2d |
1 2 3 4 |
// @flow
import { getReaction } from '../../models/reaction';
export default (_: any, { id }: { id: string }) => getReaction(id);
|
1e92f2d |
1 2 3 4 |
// @flow
import { getReaction } from '../../models/reaction';
export default (_: any, { id }: { id: string }) => getReaction(id);
|