feat: remove news from platform
This commit is contained in:
committed by
Stuart Taylor
parent
219abdc2ce
commit
fdc2219f81
@ -1,9 +1,7 @@
|
||||
const challengePageCreators = require('./challengePageCreator');
|
||||
const guidePageCreators = require('./guidePageCreator');
|
||||
const newsPageCreators = require('./newsPageCreator');
|
||||
|
||||
module.exports = {
|
||||
...challengePageCreators,
|
||||
...guidePageCreators,
|
||||
...newsPageCreators
|
||||
...guidePageCreators
|
||||
};
|
||||
|
Reference in New Issue
Block a user