Files
30-seconds-of-code/gatsby-ssr.js
2019-08-23 10:32:39 +03:00

9 lines
256 B
JavaScript

/**
* Implement Gatsby's SSR (Server Side Rendering) APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/ssr-apis/
*/
// You can delete this file if you're not using it
export { default as wrapRootElement } from './src/docs/state/ReduxWrapper';