UNPKG

@mobiage/homescreen

Version:

cp-mbg-homescreen

12 lines (9 loc) 262 B
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);