import ngModule from '../module';
ngModule.component('vnClientBasicData', {
template: require('./index.html'),
bindings: {
client: '<'
}
});