Add new frontend - fix 7

This commit is contained in:
Urtzi Alfaro
2025-07-22 12:59:17 +02:00
parent 5230915bc2
commit d04359eca5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// src/hooks/useSessionTimeout.ts
import { useEffect, useRef } from 'react';
import { useAuth } from '../contexts/AuthContext';
import { useAuth } from '../../contexts/AuthContext';
interface SessionTimeoutOptions {
timeout: number; // milliseconds