import { initApp } from './app.js'; // Wait for the DOM to be loaded before initializing document.addEventListener('DOMContentLoaded', () => { initApp(); });