Skip to content

Commit

Permalink
revert react import in src/pages/index.js because of gatsbyjs/gatsb…
Browse files Browse the repository at this point in the history
  • Loading branch information
bodia-uz committed Feb 9, 2018
1 parent 590d833 commit acd2bf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"classnames": "^2.2.5",
"docsearch.js": "^2.5.2",
"gatsby": "^1.9.184",
"gatsby": "^1.9.190",
"gatsby-link": "^1.6.36",
"gatsby-plugin-catch-links": "^1.0.9",
"gatsby-plugin-react-helmet": "^2.0.3",
Expand Down
1 change: 0 additions & 1 deletion site/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import MdTemplate from '../templates/md';

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

0 comments on commit acd2bf6

Please sign in to comment.