export const campaignStatus = {
  pending: "pending",
  in_review: "in_review",
  verified: "verified",
}
