2015-11-03 21:51:16 -08:00
|
|
|
/*
|
2015-06-17 21:04:28 -07:00
|
|
|
export default {
|
2015-11-03 21:51:16 -08:00
|
|
|
path: 'bonfires/(:bonfireName)'
|
2015-06-17 21:04:28 -07:00
|
|
|
getComponents(cb) {
|
|
|
|
// TODO(berks): add bonfire component
|
|
|
|
}
|
|
|
|
};
|
2015-11-03 21:51:16 -08:00
|
|
|
*/
|