import { usePathname } from 'next/navigation'
import Link from 'next/link'
import { Icons, Skeleton, UserDropdown } from 'components'
import { useUserInfo } from 'hooks'
export default function Signup() {
const asPath = usePathname()
const { userInfo, isVerify, isLoading } = useUserInfo()
//? Render(s)
if (isLoading) return