

import type { EInboxIssueSource } from "@buzzwaretech/types";

export type TInboxSourcePill = {
  source: EInboxIssueSource;
};

export function InboxSourcePill(_props: TInboxSourcePill) {
  return <></>;
}
