Skip to content

Commit

Permalink
remove deep import (#112188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Sep 15, 2021
1 parent bf3172b commit 5baa17d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { handleActions, Action } from 'redux-actions';
import { getIndexPattern, getIndexPatternSuccess, getIndexPatternFail } from '../actions';
import type { IndexPattern } from '../../../../../../src/plugins/data/common/index_patterns';
import type { IndexPattern } from '../../../../../../src/plugins/data/common';

export interface IndexPatternState {
index_pattern: IndexPattern | null;
Expand Down

0 comments on commit 5baa17d

Please sign in to comment.