mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech: ran pretttier on all typescript files
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
import {PanelCtrl} from 'app/features/panel/panel_ctrl';
|
||||
import {MetricsPanelCtrl} from 'app/features/panel/metrics_panel_ctrl';
|
||||
import {QueryCtrl} from 'app/features/panel/query_ctrl';
|
||||
import {alertTab} from 'app/features/alerting/alert_tab_ctrl';
|
||||
import {loadPluginCss} from 'app/features/plugins/plugin_loader';
|
||||
import { PanelCtrl } from "app/features/panel/panel_ctrl";
|
||||
import { MetricsPanelCtrl } from "app/features/panel/metrics_panel_ctrl";
|
||||
import { QueryCtrl } from "app/features/panel/query_ctrl";
|
||||
import { alertTab } from "app/features/alerting/alert_tab_ctrl";
|
||||
import { loadPluginCss } from "app/features/plugins/plugin_loader";
|
||||
|
||||
export {
|
||||
PanelCtrl,
|
||||
MetricsPanelCtrl,
|
||||
QueryCtrl,
|
||||
alertTab,
|
||||
loadPluginCss,
|
||||
};
|
||||
export { PanelCtrl, MetricsPanelCtrl, QueryCtrl, alertTab, loadPluginCss };
|
||||
|
||||
Reference in New Issue
Block a user