You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
158 B
TypeScript

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