mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
13 lines
284 B
JavaScript
13 lines
284 B
JavaScript
/**
|
|
* PHPFlasher Symfony Demo
|
|
*
|
|
* Main JavaScript entry point.
|
|
* Note: PHPFlasher and other libraries are loaded via CDN in the layout.
|
|
*/
|
|
|
|
// Import styles
|
|
import './styles/app.css';
|
|
|
|
// Custom demo functionality can be added here
|
|
console.log('PHPFlasher Symfony Demo loaded');
|