Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LiWeiYeh committed Dec 22, 2022
1 parent bf5cfd6 commit 9e5543d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, OnInit, ɵɵsetComponentScope } from '@angular/core';
import { Component, OnInit } from '@angular/core';
import { ActivatedRoute, ParamMap } from '@angular/router';
import { from, Observable, reduce, switchMap, tap } from 'rxjs';
import { from, Observable, switchMap, tap } from 'rxjs';
import { PatchReplace } from 'src/app/shared/interfacing/patch-replace.interface';
import { PatchResponse } from 'src/app/shared/interfacing/patch-response.interface';
import { Resource } from 'src/app/shared/interfacing/resource.interface';
Expand Down

0 comments on commit 9e5543d

Please sign in to comment.