fix: frontend cleanup

This commit is contained in:
2025-04-22 10:04:14 -05:00
parent 158ac08c61
commit d6328786ba
5 changed files with 157 additions and 74 deletions

View File

@@ -0,0 +1,10 @@
import { Controller } from '@hotwired/stimulus';
/*
* The following line makes this controller "lazy": it won't be downloaded until needed
* See https://github.com/symfony/stimulus-bridge#lazy-controllers
*/
/* stimulusFetch: 'lazy' */
export default class extends Controller {
// ...
}