fix: eslint errors

This commit is contained in:
alxshelepenok
2020-07-08 22:37:52 +03:00
parent 4a239f1a95
commit 74289df9f4
3 changed files with 0 additions and 3 deletions

View File

@@ -71,5 +71,4 @@ const createPages = async ({ graphql, actions }) => {
await createPostsPages(graphql, actions);
};
module.exports = createPages;