lalalaaaaa

This commit is contained in:
Andras Bacsai
2025-09-25 17:13:24 +02:00
parent 9b60a30b46
commit 12285a7181
55 changed files with 11228 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { startStimulusApp } from '@symfony/stimulus-bundle';
const app = startStimulusApp();
// register any custom, 3rd party controllers here
// app.register('some_controller_name', SomeImportedController);