"use client" import { DownloadIcon, FileTextIcon } from "lucide-react" import { Attachment, AttachmentAction, AttachmentActions, AttachmentContent, AttachmentDescription, AttachmentMedia, AttachmentTitle, } from "@/styles/base-rhea/ui/attachment" import { Bubble, BubbleContent } from "@/styles/base-rhea/ui/bubble" import { Message, MessageContent } from "@/styles/base-rhea/ui/message" export function MessageAttachmentDemo() { return (
Workspace Here's the image. Can you add it to the PDF? Use it for the cover page. Done. Here's the PDF with the image added as the cover page. sales-dashboard.pdf PDF ยท 2.4 MB Thanks. Looks good.
) }