Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « edit « labels « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5de1d4d63440de6006d3ef85daba0d38c9c7b53f (plain)
1
2
3
import Labels from '../../../../labels';

document.addEventListener('DOMContentLoaded', () => new Labels());