Commit 9c54da8f by Torkel Ödegaard

Simplified folder structure in grafana-ui lib

parent 1cc6d0e7
......@@ -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';
export { GfFormLabel } from './GfFormLabel/GfFormLabel';
export * from './components';
export * from './visualizations';
export * from './types';
export * from './utils';
export * from './forms';
export { Graph } from './Graph/Graph';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment