Export only used classes

This commit is contained in:
kushalpandya 2017-07-19 18:14:50 +05:30
parent 55e46dfdd7
commit 11f9b0e77c

View file

@ -1,5 +1,2 @@
import './protected_branch_access_dropdown'; export { default as ProtectedBranchCreate } from './protected_branch_create';
import './protected_branch_create'; export { default as ProtectedBranchEditList } from './protected_branch_edit_list';
import './protected_branch_dropdown';
import './protected_branch_edit';
import './protected_branch_edit_list';