5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
// Future interactive elements will go here.
|
|
document.addEventListener('DOMContentLoaded', function () {
|
|
console.log('Cyberpunk store initialized.');
|
|
});
|