mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove weird import
This commit is contained in:
parent
818fe09a7f
commit
a9f24bb36d
@ -5,7 +5,7 @@ import { PanelContainer } from './dashgrid/PanelContainer';
|
|||||||
import { DashboardModel } from './dashboard_model';
|
import { DashboardModel } from './dashboard_model';
|
||||||
import { PanelModel } from './panel_model';
|
import { PanelModel } from './panel_model';
|
||||||
import { GRID_CELL_HEIGHT } from 'app/core/constants';
|
import { GRID_CELL_HEIGHT } from 'app/core/constants';
|
||||||
import { PanelLinksEditorCtrl } from '../panellinks/module';
|
|
||||||
export class DashboardCtrl implements PanelContainer {
|
export class DashboardCtrl implements PanelContainer {
|
||||||
dashboard: DashboardModel;
|
dashboard: DashboardModel;
|
||||||
dashboardViewState: any;
|
dashboardViewState: any;
|
||||||
|
Loading…
Reference in New Issue
Block a user