"use client"; import { forwardRef } from "react"; import { Card, CardContent } from "@/components/ui/card"; interface PreviewPanelProps { code: string; className?: string; } const initialContent = `
Enter a prompt to generate a preview of your website