import { Link } from "~/components/Link"; const Page = () => { return (

Sign in

Sign up

); }; export default Page;