mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
Simplified folder structure in grafana-ui lib
This commit is contained in:
parent
1cc6d0e787
commit
9c54da8f5d
@ -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';
|
||||
|
@ -1 +0,0 @@
|
||||
export { GfFormLabel } from './GfFormLabel/GfFormLabel';
|
@ -1,5 +1,3 @@
|
||||
export * from './components';
|
||||
export * from './visualizations';
|
||||
export * from './types';
|
||||
export * from './utils';
|
||||
export * from './forms';
|
||||
|
@ -1 +0,0 @@
|
||||
export { Graph } from './Graph/Graph';
|
Loading…
Reference in New Issue
Block a user