1 2 3 4 5 6 7 8
export function RegisterPage() { return ( <div> <h1>Register</h1> <p>Registration page coming soon</p> </div> ); }