import { init, kindFilter, showOnlyTracked, track, } from "../common/mat-kind-filter.js"; document.addEventListener("DOMContentLoaded", (event) => { init(); }); Object.assign(window, { track });