| // @flow | |
| import { getReaction } from '../../models/reaction'; | |
| export default (_: any, { id }: { id: string }) => getReaction(id); | |
| // @flow | |
| import { getReaction } from '../../models/reaction'; | |
| export default (_: any, { id }: { id: string }) => getReaction(id); | |