Skip to content

Commit

Permalink
[v2] WIP implementing RFC gatsbyjs#2 removing special layout component (
Browse files Browse the repository at this point in the history
gatsbyjs#4887)

[v2] Implement RFC gatsbyjs#2 removing special layout component
  • Loading branch information
KyleAMathews committed Apr 22, 2018
1 parent 1bbbc7f commit 5da7046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gatsby-node.js
Expand Up @@ -2,7 +2,7 @@ const chokidar = require(`chokidar`)
const fs = require(`fs`)
const { Machine } = require(`xstate`)

const { createId, createFileNode } = require(`./create-file-node`)
const { createFileNode } = require(`./create-file-node`)

/**
* Create a state machine to manage Chokidar's not-ready/ready states and for
Expand Down

0 comments on commit 5da7046

Please sign in to comment.