Import gatsby from starter

This commit is contained in:
Angelos Chalaris
2019-08-13 11:20:10 +03:00
parent 8e47a2c8e7
commit 233815cc22
12 changed files with 19459 additions and 1050 deletions

8
gatsby-ssr.js Normal file
View File

@ -0,0 +1,8 @@
/**
* 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';