wrong location

This commit is contained in:
2026-06-05 15:43:37 -04:00
parent 8867a11eba
commit afffbd9f10

View File

@@ -1,14 +0,0 @@
/* scn01 — Vital Signs — v0.1.0 */
(function () {
'use strict';
function initDirectory() {
// TODO: Bootstrap tab init if needed beyond data-bs-toggle
}
function init() {
initDirectory();
}
document.addEventListener('DOMContentLoaded', init);
})();