import { motion } from 'motion/react'; import { CHANNELS } from '../constants/performance'; function MetricCell({ label, value, delta }: { label: string; value: string; delta: string }) { const isPositive = delta.startsWith('+'); const isNew = delta === 'NEW' || delta === '-'; return (
{label}
{value}
{delta}
{ch.posts}개 콘텐츠