|
@@ -7,7 +7,7 @@ import Pagination from 'sentry/components/pagination';
|
|
|
import trackAdvancedAnalyticsEvent from 'sentry/utils/analytics/trackAdvancedAnalyticsEvent';
|
|
|
import EventView from 'sentry/utils/discover/eventView';
|
|
|
import {decodeScalar} from 'sentry/utils/queryString';
|
|
|
-import {DEFAULT_SORT, REPLAY_LIST_FIELDS} from 'sentry/utils/replays/fetchReplayList';
|
|
|
+import {DEFAULT_SORT} from 'sentry/utils/replays/fetchReplayList';
|
|
|
import useReplayList from 'sentry/utils/replays/hooks/useReplayList';
|
|
|
import {useHaveSelectedProjectsSentAnyReplayEvents} from 'sentry/utils/replays/hooks/useReplayOnboarding';
|
|
|
import {MutableSearch} from 'sentry/utils/tokenizeSearch';
|
|
@@ -19,6 +19,7 @@ import ReplayOnboardingPanel from 'sentry/views/replays/list/replayOnboardingPan
|
|
|
import ReplayTable from 'sentry/views/replays/replayTable';
|
|
|
import {ReplayColumns} from 'sentry/views/replays/replayTable/types';
|
|
|
import type {ReplayListLocationQuery} from 'sentry/views/replays/types';
|
|
|
+import {REPLAY_LIST_FIELDS} from 'sentry/views/replays/types';
|
|
|
|
|
|
function ReplaysList() {
|
|
|
const location = useLocation<ReplayListLocationQuery>();
|