import formatDate from "../../utils/date/formatDate.js"; import formatTime from "../../utils/date/formatTime.js"; import styles from "./NotificationCard.module.css" function NotificationCard({notifications, deleteNotification}) { return ( notifications.map((notification, index) => (
{notification.content}