10 lines
208 B
JavaScript
10 lines
208 B
JavaScript
import "./chunk-JSBRDJBE.js";
|
|
|
|
// frontend/js/pages/dashboard.js
|
|
function init() {
|
|
console.log("[Modern Frontend] Dashboard module loaded. Future logic will execute here.");
|
|
}
|
|
export {
|
|
init as default
|
|
};
|