Skip to content

Commit df4f575

Browse files
committed
Fix re-report
1 parent c9dc449 commit df4f575

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export * from '@v2/app/~space/[spaceId]/~gitbook/pdf/layout';
1+
import RootLayout from '@v2/app/~space/[spaceId]/~gitbook/pdf/layout';
2+
export default RootLayout;
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
export * from '@v2/app/~space/[spaceId]/~gitbook/pdf/page';
1+
import PDFPage, { generateMetadata } from '@v2/app/~space/[spaceId]/~gitbook/pdf/page';
2+
3+
export default PDFPage;
4+
export { generateMetadata };
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export * from '@v2/app/~space/[spaceId]/~gitbook/pdf/layout';
1+
import RootLayout from '@v2/app/~space/[spaceId]/~gitbook/pdf/layout';
2+
export default RootLayout;
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
export * from '@v2/app/~space/[spaceId]/~gitbook/pdf/page';
1+
import PDFPage, { generateMetadata } from '@v2/app/~space/[spaceId]/~gitbook/pdf/page';
2+
3+
export default PDFPage;
4+
export { generateMetadata };

0 commit comments

Comments
 (0)