import { Stack } from '@/components'; import { InvoiceCustomizeHeader } from './InvoiceCustomizeHeader'; import { InvoiceCustomizePreviewContent } from './InvoiceCustomizePreviewContent'; export function InvoiceCustomizePreview() { return ( ); }