From 590d8334ad8a56f36f95effb08d024ca5de3cce2 Mon Sep 17 00:00:00 2001 From: Bohdan Lyzanets Date: Fri, 9 Feb 2018 16:18:09 +0200 Subject: [PATCH] [site] fix issue with gatsby + files without `React` in `src/pages` --- site/src/pages/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/pages/index.js b/site/src/pages/index.js index 9c1d376..2ee1e0a 100644 --- a/site/src/pages/index.js +++ b/site/src/pages/index.js @@ -1,3 +1,4 @@ +import React from 'react'; import MdTemplate from '../templates/md'; // NOTE: use `MdTemplate` as index page template with docs/index.md markdown