Skip to content

Commit

Permalink
Fix merge conflict markers
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis committed Sep 9, 2024
1 parent cbae36e commit 5ccae4b
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
import React, { useEffect, useState } from 'react';
import { i18n } from '@osd/i18n';
import {
<<<<<<< HEAD
EuiFieldText,
=======
EuiFieldNumber,
EuiCompressedFieldText,
>>>>>>> d4f95c90 ([Feature] Add the ability to configure record limit/count from the UI (#395))
EuiFlexGroup,
EuiFlexItem,
EuiFormRow,
Expand All @@ -20,24 +16,13 @@ import {
EuiPageContent,
EuiPageContentBody,
EuiHorizontalRule,
EuiText,
EuiSpacer,
<<<<<<< HEAD
EuiRadioGroup,
EuiSelect,
EuiTextArea,
EuiCheckboxGroup,
EuiComboBox,
=======
EuiCompressedRadioGroup,
EuiCompressedTextArea,
EuiCompressedCheckboxGroup,
EuiCompressedComboBox,
EuiFormRow,
OuiCallOut,
EuiText,
EuiIcon,
>>>>>>> d4f95c90 ([Feature] Add the ability to configure record limit/count from the UI (#395))
} from '@elastic/eui';
import {
REPORT_SOURCE_RADIOS,
Expand Down

0 comments on commit 5ccae4b

Please sign in to comment.