SmartFillPreviewDialog component
import { SmartFillPreviewDialog } from '@/components/SmartFillPreviewDialog'; export default function Example() { return ( <SmartFillPreviewDialog open={open} onOpenChange={onOpenChange} extracted={extracted} diff={diff} onApply={onApply} /> ); }