gatsby-ssr.js 99 B

123
  1. const { wrapRootElement } = require('./root-wrapper');
  2. exports.wrapPageElement = wrapRootElement;