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 {
Warning: Undefined variable $targets in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\stimulus\Controller.tpl.php on line 9
Warning: Undefined variable $values in C:\xampp\htdocs\retrodex\helpdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\stimulus\Controller.tpl.php on line 10
// ...
}