mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
feat: estimate, receipt, credit note mail preview
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import {
|
||||
PaymentReceivedPaperTemplateProps,
|
||||
PaymentReceivedPaperTemplate,
|
||||
} from '../components/PaymentReceivedPaperTemplate';
|
||||
import { renderSSR } from './render-ssr';
|
||||
|
||||
export const renderPaymentReceivedPaperTemplateHtml = (
|
||||
props: PaymentReceivedPaperTemplateProps
|
||||
) => {
|
||||
return renderSSR(<PaymentReceivedPaperTemplate {...props} />);
|
||||
};
|
||||
Reference in New Issue
Block a user