import get from "./get";
import search from "./search";

export const subscriptions = {
  get,
  search,
};
