fix: removed all guide bits from gatsby

This commit is contained in:
Mrugesh Mohapatra
2019-07-25 13:53:42 +05:30
committed by mrugesh
parent 7bc6367d68
commit 0124e7556d
27 changed files with 6 additions and 1493 deletions

View File

@ -1,7 +1,5 @@
const challengePageCreators = require('./challengePageCreator');
const guidePageCreators = require('./guidePageCreator');
module.exports = {
...challengePageCreators,
...guidePageCreators
...challengePageCreators
};