From d7419b7f12b4c98cba1cc5b145983f9ccac0b078 Mon Sep 17 00:00:00 2001 From: Aastha Bist Date: Tue, 30 Apr 2024 18:16:25 +0530 Subject: [PATCH] Update report.service.ts --- src/app/core/services/report.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/core/services/report.service.ts b/src/app/core/services/report.service.ts index fb81982558..31307bcb00 100644 --- a/src/app/core/services/report.service.ts +++ b/src/app/core/services/report.service.ts @@ -33,7 +33,6 @@ import { SpenderPlatformV1ApiService } from './spender-platform-v1-api.service'; import { StorageService } from './storage.service'; import { TransactionService } from './transaction.service'; import { UserEventService } from './user-event.service'; -import { Expense } from '../models/expense.model'; const reportsCacheBuster$ = new Subject();