summaryrefslogtreecommitdiff
path: root/src/pages/Home.tsx
blob: 7762636cb997e8803cc97c5c9a0cabfb12437096 (plain)
1
2
3
4
5
6
7
8
export const Home = () => {
	return (
		<header>
			<a href="/signup">Sign Up</a>
			<a href="/login">Log In</a>
		</header>
	);
};