import { oauth } from "./oauth";
import { post } from "./post";
import { account } from "./account";
import { csv } from "./csv";
import { categories } from "./categories";
import { tags } from "./tags";

export const socialPlanner = {
  oauth,
  post,
  account,
  csv,
  categories,
  tags,
};
