Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Dec 18, 2019
1 parent 527a576 commit 732e853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import { SearchSourceContract } from 'ui/courier';
import { SavedObject, SavedObjectKibanaServices } from 'ui/saved_objects/types';
import { createSavedObjectClass } from 'ui/saved_objects/saved_object';
import { extractReferences, injectReferences } from './saved_dashboard_references';
import { createDashboardEditUrl } from '../dashboard_constants';

import { esFilters, Query, RefreshInterval } from '../../../../../../plugins/data/public';
import { createDashboardEditUrl } from '..';

export interface SavedObjectDashboard extends SavedObject {
id?: string;
Expand Down

0 comments on commit 732e853

Please sign in to comment.