mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat: wip invoice mail receipt preview
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { InvoicePaymentPage, PaymentPageProps } from './PaymentPage';
|
||||
|
||||
interface InvoicePaymentPagePreviewProps extends Partial<PaymentPageProps> { }
|
||||
export interface InvoicePaymentPagePreviewProps
|
||||
extends Partial<PaymentPageProps> { }
|
||||
|
||||
export function InvoicePaymentPagePreview(
|
||||
props: InvoicePaymentPagePreviewProps,
|
||||
|
||||
Reference in New Issue
Block a user