import type { Post } from "../../../types/post"; import { autolink } from "../utils/autolink"; export function TextBubble({ post }: { post: Post }) { return (