aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/pages/RegisterPage.tsx
blob: a7fbb5999261504e14857de39315e09e21b94c60 (plain)
1
2
3
4
5
6
7
8
export function RegisterPage() {
	return (
		<div>
			<h1>Register</h1>
			<p>Registration page coming soon</p>
		</div>
	);
}