fix: frontend cleanup
This commit is contained in:
10
assets/controllers/result_filter_controller.js
Normal file
10
assets/controllers/result_filter_controller.js
Normal 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 {
|
||||
// ...
|
||||
}
|
||||
Reference in New Issue
Block a user