import { initApp } from './app.js';

// Initialize after DOM loads
document.addEventListener('DOMContentLoaded', () => {
  initApp();
});