7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
![]() |
export default {
|
||
|
path: 'bonfires/(:bonfireName)',
|
||
|
getComponents(cb) {
|
||
|
// TODO(berks): add bonfire component
|
||
|
}
|
||
|
};
|