cleanup. remove comments, not used files etc

This commit is contained in:
Erik Sundell
2019-01-02 15:35:36 +01:00
parent 0e49225d1d
commit 1ab9fc871c
10 changed files with 25 additions and 180 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import _ from 'lodash';
import { getAggregationOptionsByMetric } from '../functions';
import { MetricSelect } from 'app/core/components/Select/MetricSelect';
import { getAggregationOptionsByMetric } from '../functions';
export interface Props {
onChange: (metricDescriptor) => void;