Skip to content

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Jan 19, 2024
1 parent 2f90198 commit 2d533d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component, OnInit, ViewChild } from '@angular/core';
import {ChartConfiguration, ChartDataset, ChartOptions} from 'chart.js';
import { ChartConfiguration } from 'chart.js';
import { BaseChartDirective } from 'ng2-charts';
import { HttpClient } from '@angular/common/http';
import { ConfigurationDataService } from '../../core/data/configuration-data.service';
Expand Down

0 comments on commit 2d533d5

Please sign in to comment.