| 1 | // Importing the necessary functions and classes from other modules. |
| 2 | import { preloadImages } from './utils.js'; // Utility function to preload images |
| 3 | import { Card1 } from './card.js'; // Class Card1 for data-effect hover-1 |
| 4 | import { Card2 } from './card2.js'; // Class Card2 for data-effect hover-2 |
nothing calls this directly
no test coverage detected