Skip to content

Commit

Permalink
Change some type import
Browse files Browse the repository at this point in the history
Otherwise `@babel/plugin-transform-typescript` wouldn't strip it completely (it left the package import..)
  • Loading branch information
Windvis committed May 13, 2024
1 parent f243124 commit 92ce0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/au-icon.gts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getOwner } from '@ember/owner';
import Component from '@glimmer/component';
import { type ComponentLike } from '@glint/template';
import type { ComponentLike } from '@glint/template';

export interface AuIconSignature {
Args: {
Expand Down

0 comments on commit 92ce0e0

Please sign in to comment.