aboutsummaryrefslogtreecommitdiff
path: root/lib/models/reaction.ml
blob: 3134bc327d26e18104eeb50057268730815ae913 (plain) (blame)
1
2
3
4
5
6
module Make(Http : S.Http) = struct
    type t = Reaction_t.t

    (* let delete reaction user =
        Http.delete_reaction *)
end