mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: render server-side invoice pdf template using React server
This commit is contained in:
5
shared/pdf-templates/src/lib/text/Text.tsx
Normal file
5
shared/pdf-templates/src/lib/text/Text.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { x } from '@xstyled/emotion';
|
||||
|
||||
export const Text = ({ children }: { children: React.ReactNode }) => {
|
||||
return <x.div>{children}</x.div>;
|
||||
};
|
||||
Reference in New Issue
Block a user