mirror of
https://github.com/containous/traefik.git
synced 2025-08-25 13:49:32 +03:00
Removed unused imports
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
import { Component, ElementRef, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
import { Component, ElementRef, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
||||||
import { axisBottom, axisLeft, easeLinear, max, min, scaleBand, scaleLinear, select } from 'd3';
|
import { axisBottom, axisLeft, max, scaleBand, scaleLinear, select } from 'd3';
|
||||||
import { format } from 'd3-format';
|
import { format } from 'd3-format';
|
||||||
import * as _ from 'lodash';
|
import * as _ from 'lodash';
|
||||||
import { WindowService } from '../../services/window.service';
|
import { WindowService } from '../../services/window.service';
|
||||||
|
Reference in New Issue
Block a user