import list from "./list";
import create from "./create";

export const fullfillments = {
  list,
  create,
};
