File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
static/app/views/settings/organizationIntegrations Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import { Fragment , useCallback , useMemo } from 'react' ;
22import styled from '@emotion/styled' ;
3- import type { InfiniteData } from '@tanstack/react-query' ;
43import sortBy from 'lodash/sortBy' ;
54
65import { Button , LinkButton } from '@sentry/scraps/button' ;
@@ -24,7 +23,7 @@ import type {
2423 RepositoryProjectPathConfig ,
2524} from 'sentry/types/integrations' ;
2625import { trackAnalytics } from 'sentry/utils/analytics' ;
27- import { useFetchAllPages , type ApiResponse } from 'sentry/utils/api/apiFetch' ;
26+ import { useFetchAllPages } from 'sentry/utils/api/apiFetch' ;
2827import { apiOptions } from 'sentry/utils/api/apiOptions' ;
2928import { getApiUrl } from 'sentry/utils/api/getApiUrl' ;
3029import { getIntegrationIcon } from 'sentry/utils/integrationUtil' ;
You can’t perform that action at this time.
0 commit comments