Files
freeCodeCamp/common/app/routes/Bonfires/index.js
Berkeley Martinez 692f577eb3 Fix linting issue
2015-11-03 21:54:42 -08:00

9 lines
128 B
JavaScript

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