Skip to content

Commit

Permalink
refactor(core): remove unused EffectRef import statement (#53863)
Browse files Browse the repository at this point in the history
Remove unused, leftover imports.

PR Close #53863
  • Loading branch information
swami-sanapathi authored and pkozlowski-opensource committed Feb 29, 2024
1 parent ffad7b8 commit b322079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/rxjs-interop/src/to_observable.ts
Expand Up @@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/

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

/**
Expand Down

0 comments on commit b322079

Please sign in to comment.