Skip to content

Commit

Permalink
import from public
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 25, 2020
1 parent 773a2c2 commit 906e2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import _ from 'lodash';
import React from 'react';

import { IndexPatternsContract } from 'src/plugins/data/public/index_patterns';
import { IndexPatternsContract } from 'src/plugins/data/public';
import { SavedObjectsClientContract } from 'src/core/public';
import { IndexPatternSelect, IndexPatternSelectProps } from './';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import React, { Component } from 'react';
import { Required } from '@kbn/utility-types';
import { EuiComboBox, EuiComboBoxProps } from '@elastic/eui';

import { IndexPatternsContract } from 'src/plugins/data/public/index_patterns';
import { IndexPatternsContract } from 'src/plugins/data/public';

export type IndexPatternSelectProps = Required<
Omit<
Expand Down

0 comments on commit 906e2ea

Please sign in to comment.