Remove unnecessary import

This commit is contained in:
Pedro Piñera 2020-06-20 11:11:31 +02:00
parent c0d260222b
commit 60a1b6e03a
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
const { createFilePath } = require(`gatsby-source-filesystem`)
const slugify = require('slug')
const path = require(`path`)
exports.onCreateNode = ({ node, getNode, actions }) => {