Skip to content

Commit 2bc5a9a

Browse files
committed
Remove unused import
1 parent 85849cd commit 2bc5a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/products/services/products.service.ts

Lines changed: 1 addition & 1 deletion
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)