import { Card } from '@/components/ui/card' import dayjs from 'dayjs' import Content from '../Content' export default function Preview({ content }: { content: string }) { return ( ) }