Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Oct 25, 2021
1 parent 4563dcd commit 0c0eec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ import React, { useState } from 'react';
import { sortBy, uniq } from 'lodash';
import { EuiFlexGroup, EuiFlexItem, EuiPanel, EuiTitle, EuiText } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
import { FieldIcon } from '@kbn/react-field/field_icon';
import { FieldButton } from '@kbn/react-field/field_button';

import { DataView, DataViewField } from '../../../../data_views/common';
import { FieldIcon, FieldButton } from '../../../../kibana_react/public';

import { FieldSearch } from './field_search';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import {
EuiFilterButton,
EuiSpacer,
} from '@elastic/eui';
import { FieldIcon } from '@kbn/react-field/field_icon';
import { FormattedMessage } from '@kbn/i18n/react';
import { FieldIcon } from '../../../../kibana_react/public';

export interface Props {
onSearchChange: (value: string) => void;
Expand Down

0 comments on commit 0c0eec1

Please sign in to comment.