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();