tech: ran pretttier on all typescript files

This commit is contained in:
Torkel Ödegaard
2017-12-19 16:06:54 +01:00
parent b1621e1e8f
commit fadfc665e4
355 changed files with 20624 additions and 14931 deletions

View File

@@ -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 };