Skip to content

Commit 65b4c11

Browse files
remove unused import
1 parent 39e18e4 commit 65b4c11

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/index_management/public/application/components/component_templates/__jest__/client_integration/helpers

1 file changed

+1
-1
lines changed

x-pack/plugins/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/setup_environment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import axios from 'axios';
99
import axiosXhrAdapter from 'axios/lib/adapters/xhr';
1010

1111
import { HttpSetup } from 'kibana/public';
12-
import { BASE_PATH, API_BASE_PATH } from '../../../../../../../common/constants';
12+
import { API_BASE_PATH } from '../../../../../../../common/constants';
1313
import {
1414
notificationServiceMock,
1515
docLinksServiceMock,

0 commit comments

Comments
 (0)