'use client'; import React from 'react'; import { useRouter } from 'next/navigation'; const VerificationSuccess = () => { const router = useRouter(); return ( <>
Your email has been verified. You can now log in to your account.