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