'use client' import Link from 'next/link' import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from '@/components/ui/card' import LoginWithGoogle from '../(components)/login-with-google' import RegisterForm from '../(components)/register-form' import { Routes } from '@/config/routes' export default function RegisterPage() { return (
Create an account Enter your details to get started
Or

Already have an account?{' '} Sign in

) }