Skip to content

Commit

Permalink
Removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo committed Oct 11, 2023
1 parent efc3078 commit 6c9aa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/models/layer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Model, { attr, belongsTo } from '@ember-data/model';
import { computed, set } from '@ember/object';
import { alias, reads } from '@ember/object/computed';
import { alias } from '@ember/object/computed';
import { copy } from 'ember-copy';
import { assign } from '@ember/polyfills';
import { next } from '@ember/runloop';
Expand Down

0 comments on commit 6c9aa34

Please sign in to comment.