import Image from "next/image"; import { type ImageData } from "../index"; export function ChatImage({ data }: { data: ImageData }) { return (
); }