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

index.js « index « todos « dashboard « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d2c2f2994f719660c8774bb68f63df7097d2f1c (plain)
1
2
3
import Todos from './todos';

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