import Image from "../Image"; const Notification = ({ className, title }) => (
Image
{title}
    {[ "/images/notification/image-4.png", "/images/notification/image-3.png", "/images/notification/image-2.png", ].map((item, index) => (
  • {item}
  • ))}
1m ago
); export default Notification;