make eslint happy

This commit is contained in:
Régis Hanol 2016-10-04 12:13:28 +02:00
parent f6ce2b0f68
commit 08c4de388e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { default as computed, observes, on } from 'ember-addons/ember-computed-decorators';
import { default as computed, observes } from 'ember-addons/ember-computed-decorators';
export default Ember.Component.extend({
tagName: 'table',