Skip to content

Commit

Permalink
moved context to wrapRootElement and added to ssr
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Lau <[email protected]>
  • Loading branch information
randychilau committed Mar 28, 2023
1 parent a929fd3 commit 4d443f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion gatsby-ssr.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { onRenderBody } from "./onRenderBody";
export { wrapPageElement } from "./page-wrapper";
export { wrapRootElement } from "./root-wrapper";
10 changes: 0 additions & 10 deletions page-wrapper.js

This file was deleted.

0 comments on commit 4d443f4

Please sign in to comment.