import * as ko from 'knockout' import template from './template.html' ko.components.register('bar', { template })