mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: add shared package to pdf templates to render in the server and client side
This commit is contained in:
3
shared/pdf-templates/src/Test.tsx
Normal file
3
shared/pdf-templates/src/Test.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export const Test = () => {
|
||||
return <h1>asdasd</h1>;
|
||||
};
|
||||
1
shared/pdf-templates/src/index.ts
Normal file
1
shared/pdf-templates/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './Test';
|
||||
1
shared/pdf-templates/src/vite-env.d.ts
vendored
Normal file
1
shared/pdf-templates/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/// <reference types="vite/client" />
|
||||
Reference in New Issue
Block a user