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

export const followers = {
  add,
  remove,
};
