import { NotificationItem } from "@epnsproject/frontend-sdk-staging";
// This is used to render the text present in a notification body as a JSX element
notificationTitle={parsedResponse.title}
notificationBody={parsedResponse.message}
icon={parsedResponse.icon}
image={parsedResponse.image}