Browse Source

Remove weird import

Tobias Skarhed 7 years ago
parent
commit
f00b5eee83
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/features/dashboard/dashboard_model.ts

+ 0 - 1
public/app/features/dashboard/dashboard_model.ts

@@ -9,7 +9,6 @@ import sortByKeys from 'app/core/utils/sort_by_keys';
 
 
 import { PanelModel } from './panel_model';
 import { PanelModel } from './panel_model';
 import { DashboardMigrator } from './dashboard_migration';
 import { DashboardMigrator } from './dashboard_migration';
-import { tickStep } from '../../core/utils/ticks';
 
 
 export class DashboardModel {
 export class DashboardModel {
   id: any;
   id: any;