import { Text } from '@chakra-ui/react' import { EmbedBubbleBlock } from 'models' export const EmbedBubbleContent = ({ block }: { block: EmbedBubbleBlock }) => { if (!block.content?.url) return Click to edit... return Show embed }