page.tsx (102B)
1 2 export default function Password() { 3 return ( 4 <main> 5 <h1>This is Password</h1> 6 </main> 7 ); 8 }