mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-19 19:01:28 -04:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
const challengePageCreators = require('./challengePageCreator');
|
|
|
|
module.exports = {
|
|
...challengePageCreators
|
|
};
|