Skip to content

Commit

Permalink
Remove dashboardStart as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Jun 25, 2020
1 parent 5aeb2b2 commit f8da5da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/dashboard/public/application/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
ScopedHistory,
} from 'kibana/public';
import { UsageCollectionSetup } from 'src/plugins/usage_collection/public';
import { DashboardStart } from 'src/plugins/dashboard/public';
import { Storage } from '../../../kibana_utils/public';
// @ts-ignore
import { initDashboardApp } from './legacy_app';
Expand Down Expand Up @@ -74,7 +73,6 @@ export interface RenderDeps {
navigateToLegacyKibanaUrl: KibanaLegacyStart['navigateToLegacyKibanaUrl'];
scopedHistory: () => ScopedHistory;
savedObjects: SavedObjectsStart;
dashboard: DashboardStart;
restorePreviousUrl: () => void;
}

Expand Down

0 comments on commit f8da5da

Please sign in to comment.