Commit 237008b1 authored by Mark Florian's avatar Mark Florian

Remove unused entry point

While investigating
https://gitlab.com/gitlab-org/gitlab/-/issues/233603, I discovered this
file which seems to be unused, so let's just remove it.
parent 09dcf121
/* 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