mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
5 lines
210 B
JavaScript
5 lines
210 B
JavaScript
import { startStimulusApp } from '@symfony/stimulus-bundle';
|
|
|
|
const app = startStimulusApp();
|
|
// register any custom, 3rd party controllers here
|
|
// app.register('some_controller_name', SomeImportedController);
|