Skip to content

Commit 3c88af4

Browse files
committed
fix: #141 remove unnecesary import
1 parent 6779a40 commit 3c88af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/customer-management/services/customer.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Injectable } from '@angular/core';
2-
import { HttpClient, HttpHeaders } from '@angular/common/http';
2+
import { HttpClient } from '@angular/common/http';
33

44
import { environment } from './../../../../environments/environment';
55
import { AzureAdB2CService } from 'src/app/modules/login/services/azure.ad.b2c.service';

0 commit comments

Comments
 (0)