2019-06-19 11:31:47 -07:00
|
|
|
import { config, GrafanaBootConfig } from '@grafana/runtime';
|
2017-10-24 10:45:46 +02:00
|
|
|
|
2019-06-19 11:31:47 -07:00
|
|
|
// Legacy binding paths
|
|
|
|
|
export { config, GrafanaBootConfig as Settings };
|
2017-10-24 10:45:46 +02:00
|
|
|
export default config;
|