5 lines
171 B
JavaScript
5 lines
171 B
JavaScript
|
|
// This is the main entry point for the frontend application.
|
||
|
|
// We can add application-specific JavaScript here in the future.
|
||
|
|
|
||
|
|
console.log("Core Framework App Loaded");
|