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