Files
freeCodeCamp/common/app/routes/Bonfires/index.js
Berkeley Martinez a8540bee35 add initial react app
2015-06-17 21:04:28 -07:00

7 lines
123 B
JavaScript

export default {
path: 'bonfires/(:bonfireName)',
getComponents(cb) {
// TODO(berks): add bonfire component
}
};