import { Card } from '@/components/ui/card' import { SignUpForm } from './components/sign-up-form' import { Link } from 'react-router-dom' export default function SignUp() { return ( <>
Enter your email and password to create an account.
Already have an account?{' '}
Sign In
By creating an account, you agree to our{' '} Terms of Service {' '} and{' '} Privacy Policy .