import add from "./add";
import remove from "./remove";

export const workflows = {
  add,
  remove,
};
