From 11f9b0e77cdcada9f51fdf10a2677ee63d4d0d70 Mon Sep 17 00:00:00 2001 From: kushalpandya Date: Wed, 19 Jul 2017 18:14:50 +0530 Subject: Export only used classes --- app/assets/javascripts/protected_branches/index.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'app') 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'; -- cgit v1.2.1