Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/protected_branches/index.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/assets/javascripts/protected_branches/index.js b/app/assets/javascripts/protected_branches/index.js
index 874d70a1431..f4744327402 100644
--- a/app/assets/javascripts/protected_branches/index.js
+++ b/app/assets/javascripts/protected_branches/index.js
@@ -1,5 +1,2 @@
-import './protected_branch_access_dropdown';
-import './protected_branch_create';
-import './protected_branch_dropdown';
-import './protected_branch_edit';
-import './protected_branch_edit_list';
+export { default as ProtectedBranchCreate } from './protected_branch_create';
+export { default as ProtectedBranchEditList } from './protected_branch_edit_list';