Update useCallFeed.jsx

This commit is contained in:
Matt DiMeglio 2025-08-25 10:23:14 -04:00
parent 6873abcc4c
commit 64856b0695

View file

@ -6,7 +6,7 @@ import {
FourByFour, FourByFour,
} from "healthicons-react-native/dist/outline"; } from "healthicons-react-native/dist/outline";
import { postgresServices } from "@/contexts"; import { postgresServices } from "@/contexts";
import { useWebSocketContext } from "@/hooks"; import { useWebSocketContext } from "../useWebSocketContext";
const callIconMap = { const callIconMap = {
"CHEST PAIN|HEART PROBLEMS": Cardiology, "CHEST PAIN|HEART PROBLEMS": Cardiology,