import Ember from 'ember'; export default Ember.Component.extend({ classNames: ['two'], didRender() { this.onRender('two', performance.now()); } });