import { checkForRecent } from 'App/dateRange'; import React from 'react'; import styles from './notificationItem.module.css'; function NotificationItem({ notification: { notificationId, createdAt, name, text, viewed }, onClick, }) { return (