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

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

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