code: tsx,page,nextjs (1 files)

This commit is contained in:
2025-12-26 03:14:08 +00:00
parent 2f71aad0e1
commit 57784ee6c5

View File

@@ -3,7 +3,7 @@
import { useEffect } from 'react'
import { useRouter } from 'next/navigation'
import { UnifiedLogin } from '@/components/UnifiedLogin'
import { getRoleHomePath } from '@/lib/auth/get-role-home-path'
import { getRoleHomePath } from '@/lib/auth'
import { useAuth } from '@/hooks/useAuth'
export default function LoginPage() {