Skip to content

Commit

Permalink
Removed unnecessary imports and added index.js file for follower_inde…
Browse files Browse the repository at this point in the history
…x_actions_provider imports
  • Loading branch information
yuliacech committed Dec 1, 2020
1 parent 33e9d36 commit 63acf37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { FollowerIndexPauseProvider } from './follower_index_pause_provider';
import React from 'react';

import { FollowerIndexPauseProvider } from './follower_index_pause_provider';
import { FollowerIndexResumeProvider } from './follower_index_resume_provider';
import { FollowerIndexUnfollowProvider } from './follower_index_unfollow_provider';

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

export { FollowerIndexActionsProvider } from './follower_index_actions_provider';
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ export { AutoFollowPatternForm } from './auto_follow_pattern_form';
export { AutoFollowPatternDeleteProvider } from './auto_follow_pattern_delete_provider';
export { AutoFollowPatternPageTitle } from './auto_follow_pattern_page_title';
export { AutoFollowPatternIndicesPreview } from './auto_follow_pattern_indices_preview';
export { FollowerIndexPauseProvider } from './follower_index_actions_providers/follower_index_pause_provider';
export { FollowerIndexResumeProvider } from './follower_index_actions_providers/follower_index_resume_provider';
export { FollowerIndexUnfollowProvider } from './follower_index_actions_providers/follower_index_unfollow_provider';
export { FollowerIndexActionsProvider } from './follower_index_actions_providers/follower_index_actions_provider';
export { FollowerIndexActionsProvider } from './follower_index_actions_providers';
export { FollowerIndexForm } from './follower_index_form';
export { FollowerIndexPageTitle } from './follower_index_page_title';
export { FormEntryRow } from './form_entry_row';
Expand Down

0 comments on commit 63acf37

Please sign in to comment.