refactor: Add custom hooks for context access in various contexts
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Has been cancelled
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// src/hooks/useWatchedItems.tsx
|
||||
import { useMemo, useCallback } from 'react';
|
||||
import { useAuth } from './useAuth';
|
||||
import { useAuth } from '../contexts/AuthContext';
|
||||
import { useApi } from './useApi';
|
||||
import { useUserData } from './useUserData';
|
||||
import * as apiClient from '../services/apiClient';
|
||||
|
||||
Reference in New Issue
Block a user