mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: reports pdf template
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import {
|
||||
FinancialSheetTemplate,
|
||||
FinancialSheetTemplateProps,
|
||||
} from '../components/FinancialSheetTemplate';
|
||||
import { renderSSR } from './render-ssr';
|
||||
|
||||
export const renderFinancialSheetTemplateHtml = (
|
||||
props: FinancialSheetTemplateProps
|
||||
) => {
|
||||
return renderSSR(
|
||||
<FinancialSheetTemplate {...props} />
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user