浏览代码

Remove weird import

Tobias Skarhed 7 年之前
父节点
当前提交
a9f24bb36d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/features/dashboard/dashboard_ctrl.ts

+ 1 - 1
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;