Skip to content

Commit

Permalink
rename exported class of index.js to "Index" (gatsbyjs#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyaviva authored and KyleAMathews committed Jun 1, 2016
1 parent 7efa56e commit 12cbba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { config } from 'config'
// Styles for highlighted code blocks.
import 'css/zenburn.css'

export default class Sass extends React.Component {
export default class Index extends React.Component {
render () {
return (
<DocumentTitle title={config.siteTitle}>
Expand Down

0 comments on commit 12cbba3

Please sign in to comment.