Skip to content

Commit eb2c376

Browse files
committed
refactor: remove unnecessary type-only import to simplify Iterable class
1 parent a7ff561 commit eb2c376

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/core/classes/Iterable.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ import { IterableInAppDeleteSource } from '../../inApp/enums/IterableInAppDelete
99
import { IterableInAppLocation } from '../../inApp/enums/IterableInAppLocation';
1010
import { IterableAuthResponseResult } from '../enums/IterableAuthResponseResult';
1111
import { IterableEventName } from '../enums/IterableEventName';
12-
13-
// Add this type-only import to avoid circular dependency
1412
import { IterableInAppManager } from '../../inApp/classes/IterableInAppManager';
15-
1613
import { IterableAction } from './IterableAction';
1714
import { IterableActionContext } from './IterableActionContext';
1815
import { IterableAttributionInfo } from './IterableAttributionInfo';

0 commit comments

Comments
 (0)