Browse Source

rm unused imports

merge-requests/21/merge
rozetko 2 years ago
parent
commit
c4728df1c1
  1. 4
      src/models/state.ts

4
src/models/state.ts

@ -1,4 +1,4 @@
import { Serie, Options, yAxisOrientation } from '../types';
import { Serie, Options } from '../types';
import { CoreSeries } from './series';
import { CoreOptions } from './options';
@ -6,9 +6,7 @@ import * as d3 from 'd3';
import cloneDeep from 'lodash/cloneDeep';
import min from 'lodash/min';
import minBy from 'lodash/minBy';
import max from 'lodash/max';
import maxBy from 'lodash/maxBy';
import sortBy from 'lodash/sortBy';
import reverse from 'lodash/reverse';

Loading…
Cancel
Save