Remove weird import

This commit is contained in:
Tobias Skarhed 2018-08-02 13:52:10 +02:00 committed by Torkel Ödegaard
parent 818fe09a7f
commit a9f24bb36d

View File

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