Skip to content

Commit

Permalink
removed extra action import
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenioenko committed Aug 24, 2021
1 parent a154456 commit 4126b95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/overlays/addon/components/drawer/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Component from '@glimmer/component';
import { action } from '@ember/object';
import { guidFor } from '@ember/object/internals';
import { OverlayArgs } from '../overlay';

Expand Down
1 change: 0 additions & 1 deletion packages/overlays/addon/components/modal/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Component from '@glimmer/component';
import { action } from '@ember/object';
import { guidFor } from '@ember/object/internals';
import { OverlayArgs } from '../overlay';

Expand Down

0 comments on commit 4126b95

Please sign in to comment.