Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Aug 27, 2019
1 parent a7ecf49 commit f9739ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/ui/public/timefilter/timefilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { subscribeWithScope } from 'ui/utils/subscribe_with_scope';
import chrome from 'ui/chrome';
import { UiSettingsClientContract } from 'src/core/public';
import { RefreshInterval, TimeRange } from 'src/plugins/data/public';
import { IndexPattern } from 'src/legacy/core_plugins/data/public/index_patterns/index_patterns';
import { IndexPattern } from 'src/legacy/core_plugins/data/public';
import { IScope } from 'angular';
import { timeHistory } from './time_history';
import { areRefreshIntervalsDifferent, areTimeRangesDifferent } from './lib/diff_time_picker_vals';
Expand Down

0 comments on commit f9739ea

Please sign in to comment.