import Ember from 'ember';
export default Ember.View.extend({
classNames: ['instance'],
tagName: 'DIV',
templateName: 'host/instance',
});