aboutsummaryrefslogtreecommitdiffstats
path: root/main.mjs
blob: 8bebffd436912aa3533f1a4d9de7f22c11b43624 (plain)
1
2
3
4
5
6
7
import PNITForm from './pnit-form.mjs';

function init() {
    PNITForm.register();
}

document.addEventListener('DOMContentLoaded', init);