Skip to content

Commit

Permalink
Avoid duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Mar 22, 2020
1 parent be92ba8 commit 6274d32
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
*/

import React from 'react';
import { EuiDescribedFormGroup, EuiFormRow } from '@elastic/eui';
import { EuiSelectOption } from '@elastic/eui';
import {
EuiDescribedFormGroup,
EuiSelectOption,
EuiFormRow
} from '@elastic/eui';
import { SelectWithPlaceholder } from '../../../../../shared/SelectWithPlaceholder';

interface Props {
Expand Down

0 comments on commit 6274d32

Please sign in to comment.