| 1 | import { OpenInV0Button } from "@/components/open-in-v0-button"; |
| 2 | |
| 3 | interface ComponentPreviewProps { |
| 4 | children: React.ReactNode; |
| 5 | name: string; |
| 6 | title: string; |
| 7 | } |
| 8 | |
| 9 | export default function ComponentPreview({ |
| 10 | title, |
nothing calls this directly
no outgoing calls
no test coverage detected