Skip to content

Commit 4dc0e1b

Browse files
committed
chore: Remove unwanted imports
1 parent 85def5a commit 4dc0e1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/src/lib/utility/ik-type-def-collection.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { EventEmitter } from '@angular/core';
2-
import type { Transformation, SrcOptions as JSSourceOptions, GetImageAttributesOptions } from '@imagekit/javascript';
1+
import type { SrcOptions as JSSourceOptions, GetImageAttributesOptions } from '@imagekit/javascript';
32

43
/**
54
* Contains all common type definitions used across multiple components

0 commit comments

Comments
 (0)