Patrick O'Carroll 7 лет назад
Родитель
Сommit
45e6d9fcc4
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      public/app/features/dashboard/dashgrid/DashboardRow.tsx

+ 0 - 1
public/app/features/dashboard/dashgrid/DashboardRow.tsx

@@ -4,7 +4,6 @@ import { PanelModel } from '../panel_model';
 import { PanelContainer } from './PanelContainer';
 import templateSrv from 'app/features/templating/template_srv';
 import appEvents from 'app/core/app_events';
-import config from 'app/core/config';
 
 export interface DashboardRowProps {
   panel: PanelModel;