import { Box, HStack } from '../../elements/LayoutPrimitives' export function VerifyEmail(): JSX.Element { return ( <>

Verify your email address

We sent a verification link to the email you provided. Click the link to verify your email. You may need to check your spam folder.
) }