import create from "./create";
import search from "./search";

export const integrations = {
  search,
  create,
};
