Skip to content

Commit dcce5c5

Browse files
authored
Merge pull request #9 from davidsilva/chore/code-clean-up
Remove unused import
2 parents 45d73c6 + 2bc5a9a commit dcce5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/src/app/products/services/products.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable } from '@angular/core';
22
import { HttpClient } from '@angular/common/http';
3-
import { catchError, Observable, tap, throwError } from 'rxjs';
3+
import { catchError, Observable, tap } from 'rxjs';
44
import { Product } from '@onyxdevtutorials/interview-prep-shared';
55
import { HttpErrorHandlerService } from '../../core/services/http-error-handler.service';
66

0 commit comments

Comments
 (0)