diff --git a/public/components/common/search/search.tsx b/public/components/common/search/search.tsx index 9ac5e732c4..ec78d9f342 100644 --- a/public/components/common/search/search.tsx +++ b/public/components/common/search/search.tsx @@ -35,11 +35,7 @@ import { OLLY_QUERY_ASSISTANT, RAW_QUERY, } from '../../../../common/constants/explorer'; -import { - DEFAULT_START_TIME, - PPL_SPAN_REGEX, - QUERY_ASSIST_START_TIME, -} from '../../../../common/constants/shared'; +import { PPL_SPAN_REGEX } from '../../../../common/constants/shared'; import { uiSettingsService } from '../../../../common/utils'; import { useFetchEvents } from '../../../components/event_analytics/hooks'; import { usePolling } from '../../../components/hooks/use_polling';