import capivara from 'capivarajs';
import template from './bullets.template.html';
import controller from './bullets.controller';
import './bullets.style.scss';
const component = {
template,
controller
}
capivara.component('mbg-h-bullets', component);