Feature/notification system #26
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue