fedi-feed-router/resources/js/app.js

9 lines
274 B
JavaScript
Raw Normal View History

2025-07-06 10:21:42 +02:00
/**
* Main application JavaScript entry point
* This file is included on all pages using the main Blade layout
*/
// Import any page-specific modules as needed
// The routing module will be loaded separately only on routing pages
console.log('Lemmy Poster app loaded');