/* Game1 entry point built with Webpack Encore */ import './styles/game1.css'; document.addEventListener('DOMContentLoaded', () => { // Simple boot log so you can verify it in the browser console // and confirm this specific bundle is loaded on the Game Hub page. console.log('Game1 bundle loaded'); // Example: add a CSS class to so page-specific styles can apply document.body.classList.add('game1-page'); });