Feature/notification system #26

Open
mattdimegs wants to merge 34 commits from feature/notification-system into main
Showing only changes of commit 64856b0695 - Show all commits

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,