// frontend/app/inbox/page.tsx (Phase 1 스텁 — Phase 4에서 교체)
export default function Page() {
return <h1 className="ph-title">인박스</h1>;
}