6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
// Custom JS for Stock Management App
|
|
|
|
document.addEventListener('DOMContentLoaded', function () {
|
|
// Future interactive scripts will go here
|
|
});
|