9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
/*
|
|
export default {
|
|
path: 'bonfires/(:bonfireName)'
|
|
getComponents(cb) {
|
|
// TODO(berks): add bonfire component
|
|
}
|
|
};
|
|
*/
|