2017-07-20 08:08:35 -04:00
|
|
|
/* eslint-disable no-unused-vars */
|
|
|
|
|
|
|
|
import ProtectedBranchCreate from './protected_branch_create';
|
|
|
|
import ProtectedBranchEditList from './protected_branch_edit_list';
|
|
|
|
|
|
|
|
$(() => {
|
|
|
|
const protectedBranchCreate = new ProtectedBranchCreate();
|
|
|
|
const protectedBranchEditList = new ProtectedBranchEditList();
|
|
|
|
});
|