Skip to content

Commit 37dcf8d

Browse files
refactor(core): remove unused EffectRef import statement (#53863)
Remove unused, leftover imports. PR Close #53863
1 parent ffbafc7 commit 37dcf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/rxjs-interop/src/to_observable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import {assertInInjectionContext, DestroyRef, effect, EffectRef, inject, Injector, Signal, untracked} from '@angular/core';
9+
import {assertInInjectionContext, DestroyRef, effect, inject, Injector, Signal, untracked} from '@angular/core';
1010
import {Observable, ReplaySubject} from 'rxjs';
1111

1212
/**

0 commit comments

Comments
 (0)