import { fullfillments } from "./fullfillments";
import get from "./get";
import list from "./list";

export const orders = {
  get,
  list,
  fullfillments,
};
