From f61cfaa78170c80695855ed30e44461dae0d2d02 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Wed, 21 Jan 2026 00:12:42 -0500 Subject: [PATCH] fix: Update import path for apiClient to use consistent casing --- src/hooks/useSSE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useSSE.js b/src/hooks/useSSE.js index 2c56d49..804d759 100644 --- a/src/hooks/useSSE.js +++ b/src/hooks/useSSE.js @@ -4,7 +4,7 @@ import { useCallback, useEffect, useRef, useState } from 'react' import { useUserProfile } from '../queries/UserQueries' import { useAlerts } from '../service/AlertsProvider' import { useNotification } from '../service/NotificationProvider' -import { apiClient } from '../utils/apiClient.js' +import { apiClient } from '../utils/ApiClient' import { useAuth } from './useAuth.jsx' const SSE_STATES = {