import { TIER_INFO } from '../../lib/constants.js' export default function TierBadge({ tier }) { return ( Tier {tier} ) }