Merge pull request #14848 from grafana/grafana-ui-simple-layout

Simplified folder structure in grafana-ui lib
This commit is contained in:
Torkel Ödegaard 2019-01-12 21:47:07 +01:00 committed by GitHub
commit 8f5300dd2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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';