// frontend/components/weekly/WeeklyReview.tsx — 주간 리뷰(딥워크/회의 집계 + 패턴 제안) "use client"; import { Icon } from "@/components/Icon"; import type { WeeklyReview as WeeklyReviewT, WeeklyReviewPattern } from "@/lib/types"; function Stat({ n, unit, label }: { n: string; unit?: string; label: string }) { return (