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
155 B
TypeScript

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