Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed Nov 7, 2018
1 parent af92d2d commit 29ec344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/2018-11-07-gatsby-for-apps/index.md
Expand Up @@ -86,7 +86,7 @@ To illustrate the concept, let's start with a classic example... we need to fetc
```jsx:title=src/pages/messages.js
import React from "react"

import Layout from "../compoents/layout"
import Layout from "../components/layout"

class Messages extends React.Component {
constructor(props) {
Expand Down

0 comments on commit 29ec344

Please sign in to comment.