From bb341a565904b9d45e34cf7cf9b35f7e80aa4568 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 15 Jan 2022 21:13:44 -0700 Subject: [PATCH] build --- .../contributor-yearly-report.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts index 3b68ebf..5479088 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts @@ -1,7 +1,7 @@ import { Component, OnInit, Input, ViewChild, ElementRef } from '@angular/core'; import { PrintService } from '../../services/print-service'; import { Transaction } from '../add-transaction-page/transaction'; -import * as Chart from 'chart.js'; +import * as Chart from 'chart.js'; import ChartDataLabels from 'chartjs-plugin-datalabels'; import { CurrencyPipe } from '@angular/common';