// Import stylesheets import "./index.css"; // Import utilities import { initSwatches, scheduleFallbackReveal, } from "./utils/mountSwatches.tsx"; import { onDomReady, observeDomChanges, scheduleInit } from "./utils/domReady"; /** * Main entry point for B3 Swatches frontend */ // Initialize on DOM content loaded or immediately if already loaded. onDomReady(() => { initSwatches(); }); // Schedule fallback reveal — ensures native