Source: main.js

/**
 * @file main.js
 * @description Entry point for the Pokémon Team Builder app.
 * Imports the UI interactions, which drive event handling, display logic, and interactivity.
 * 
 * This file is the starting point when the app loads. All DOM behavior is handled in ui.js.
 */
import './ui.js';