import { BarControlSystem } from "./BarControlSystem.js"; document.addEventListener("DOMContentLoaded", () => { new BarControlSystem(); });