diff options
-rw-r--r-- | app/assets/javascripts/protected_branches/index.js | 7 |
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'; |