Skip to content

Commit

Permalink
refactor(core): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
swami-sanapathi committed Jan 10, 2024
1 parent 5978b3d commit a304d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/rxjs-interop/src/to_observable.ts
Original file line number Diff line number Diff line change
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 a304d82

Please sign in to comment.