add initial react app
This commit is contained in:
6
common/app/routes/Bonfires/index.js
Normal file
6
common/app/routes/Bonfires/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
path: 'bonfires/(:bonfireName)',
|
||||
getComponents(cb) {
|
||||
// TODO(berks): add bonfire component
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user