Commit 2487974f authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'remove-unused-file' into 'master'

Remove unused entry point

See merge request gitlab-org/gitlab!71049
parents 0e577c07 237008b1
/* eslint-disable no-unused-vars */
import $ from 'jquery';
import ProtectedBranchCreate from '~/protected_branches/protected_branch_create';
import ProtectedBranchEditList from './protected_branch_edit_list';
$(() => {
const protectedBranchCreate = new ProtectedBranchCreate({ hasLicense: true });
const protectedBranchEditList = new ProtectedBranchEditList();
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment