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

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

document.addEventListener('DOMContentLoaded', () => {
  IncidentsList();
});