auth consolidation

This commit is contained in:
2025-09-18 08:10:20 +02:00
parent 8ef0f234e4
commit 901e60c21b
7 changed files with 26 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
import { useEffect, useState } from "react"
import { useRouter } from "next/navigation"
import { useAuth } from "@/contexts/AuthContext"
import { useAuth } from "@/components/providers/auth-provider"
interface ProtectedRouteProps {
children: React.ReactNode