Simplified folder structure in grafana-ui lib

This commit is contained in:
Torkel Ödegaard 2019-01-12 20:43:15 +01:00
parent 1cc6d0e787
commit 9c54da8f5d
6 changed files with 2 additions and 4 deletions

View File

@ -14,3 +14,5 @@ export { ColorPicker } from './ColorPicker/ColorPicker';
export { SeriesColorPickerPopover } from './ColorPicker/SeriesColorPickerPopover';
export { SeriesColorPicker } from './ColorPicker/SeriesColorPicker';
export { ThresholdsEditor } from './ThresholdsEditor/ThresholdsEditor';
export { GfFormLabel } from './GfFormLabel/GfFormLabel';
export { Graph } from './Graph/Graph';

View File

@ -1 +0,0 @@
export { GfFormLabel } from './GfFormLabel/GfFormLabel';

View File

@ -1,5 +1,3 @@
export * from './components';
export * from './visualizations';
export * from './types';
export * from './utils';
export * from './forms';

View File

@ -1 +0,0 @@
export { Graph } from './Graph/Graph';