refactor: migrate from react-router-dom to react-router

This commit is contained in:
JSC
2025-06-28 19:27:40 +02:00
parent 984334d948
commit 293dcdd22a
7 changed files with 9 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { type ReactNode } from 'react'
import { Navigate } from 'react-router-dom'
import { Navigate } from 'react-router'
import { useAuth } from '@/contexts/AuthContext'
interface ProtectedRouteProps {