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