import AppBuckets from './components/buckets.riot'
|
|
|
|
/**
|
|
* Bucket
|
|
*
|
|
*
|
|
*/
|
|
|
|
// register components
|
|
riot.register('app-buckets', AppBuckets)
|
|
riot.mount('app-buckets')
|