diff --git a/public/app/features/dashboard/dashboard_ctrl.ts b/public/app/features/dashboard/dashboard_ctrl.ts index 77e5ca88552..04f1207d49a 100644 --- a/public/app/features/dashboard/dashboard_ctrl.ts +++ b/public/app/features/dashboard/dashboard_ctrl.ts @@ -5,7 +5,7 @@ import { PanelContainer } from './dashgrid/PanelContainer'; import { DashboardModel } from './dashboard_model'; import { PanelModel } from './panel_model'; import { GRID_CELL_HEIGHT } from 'app/core/constants'; -import { PanelLinksEditorCtrl } from '../panellinks/module'; + export class DashboardCtrl implements PanelContainer { dashboard: DashboardModel; dashboardViewState: any;