large mock refector hopefully done + no errors?
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 1h19m21s

This commit is contained in:
2025-12-21 12:38:53 -08:00
parent 9d5fea19b2
commit 0cf4ca02b7
25 changed files with 156 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
// src/providers/AuthProvider.tsx
import React, { useState, useEffect, useCallback, ReactNode, useMemo } from 'react';
import { AuthContext, AuthContextType } from '../contexts/AuthContext';
import type { User, UserProfile } from '../types';
import type { UserProfile } from '../types';
import * as apiClient from '../services/apiClient';
import { useApi } from '../hooks/useApi';
import { logger } from '../services/logger.client';