Skip to content

Commit

Permalink
Use SearchFilterConfig from the top-level eui export
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Apr 17, 2020
1 parent 9451914 commit c92a75d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
EuiText,
EuiSpacer,
} from '@elastic/eui';
import { SearchFilterConfig } from '@elastic/eui/src/components/search_bar/filters/filters';
import { SearchFilterConfig } from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';
import { IBasePath } from 'src/core/public';
Expand Down

0 comments on commit c92a75d

Please sign in to comment.