mirror of
https://github.com/containous/traefik.git
synced 2025-03-14 00:58:23 +03:00
Removed unused imports
This commit is contained in:
parent
5e49354bf2
commit
bc2cba5aa4
@ -1,5 +1,5 @@
|
||||
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 * as _ from 'lodash';
|
||||
import { WindowService } from '../../services/window.service';
|
||||
|
Loading…
x
Reference in New Issue
Block a user