mirror of https://github.com/grafana/grafana
Chore: Remove Dashboard datasource barrel file (#98040)
* chore(dsahboard-datasource): delete barrel file * refactor(dashboards): update paths for dashboard ds imports * chore(betterer): update file * style(dashboard-datasource): fix linting errorspull/98008/head^2
parent
6df7d1fbc0
commit
b88ce9df38
@ -0,0 +1,2 @@ |
||||
export const SHARED_DASHBOARD_QUERY = '-- Dashboard --'; |
||||
export const DASHBOARD_DATASOURCE_PLUGIN_ID = 'dashboard'; |
@ -1,3 +0,0 @@ |
||||
export { isSharedDashboardQuery, runSharedRequest } from './runSharedRequest'; |
||||
export { DashboardQueryEditor } from './DashboardQueryEditor'; |
||||
export { SHARED_DASHBOARD_QUERY } from './types'; |
Loading…
Reference in new issue