Skip to content

Commit acd2bf6

Browse files
committed
revert react import in src/pages/index.js because of gatsbyjs/gatsby#3949
1 parent 590d833 commit acd2bf6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"classnames": "^2.2.5",
77
"docsearch.js": "^2.5.2",
8-
"gatsby": "^1.9.184",
8+
"gatsby": "^1.9.190",
99
"gatsby-link": "^1.6.36",
1010
"gatsby-plugin-catch-links": "^1.0.9",
1111
"gatsby-plugin-react-helmet": "^2.0.3",

site/src/pages/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import MdTemplate from '../templates/md';
32

43
// NOTE: use `MdTemplate` as index page template with docs/index.md markdown

0 commit comments

Comments
 (0)