Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jan 24, 2020
1 parent fdf7d2e commit 15d1525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
} from '../../../../../../plugins/kibana_utils/public';
import { DashboardListing, EMPTY_FILTER } from './listing/dashboard_listing';
import { addHelpMenuToAppChrome } from './help_menu/help_menu_util';
import { syncQuery } from '../../../../../../plugins/data/public/query/state_sync';
import { syncQuery } from '../../../../../../plugins/data/public';

export function initDashboardApp(app, deps) {
initDashboardAppDirective(app, deps);
Expand Down

0 comments on commit 15d1525

Please sign in to comment.