fix: Update import path for apiClient to use consistent casing

This commit is contained in:
Mo Tarbin
2026-01-21 00:12:42 -05:00
parent 242f382da3
commit f61cfaa781

View File

@@ -4,7 +4,7 @@ import { useCallback, useEffect, useRef, useState } from 'react'
import { useUserProfile } from '../queries/UserQueries' import { useUserProfile } from '../queries/UserQueries'
import { useAlerts } from '../service/AlertsProvider' import { useAlerts } from '../service/AlertsProvider'
import { useNotification } from '../service/NotificationProvider' import { useNotification } from '../service/NotificationProvider'
import { apiClient } from '../utils/apiClient.js' import { apiClient } from '../utils/ApiClient'
import { useAuth } from './useAuth.jsx' import { useAuth } from './useAuth.jsx'
const SSE_STATES = { const SSE_STATES = {