Files
parse/app/javascript/controllers/index.js
Stefan Tollkühn 3735122750 initial commit
2025-07-21 12:14:42 +02:00

5 lines
272 B
JavaScript

// Import and register all your controllers from the importmap via controllers/**/*_controller
import { application } from "controllers/application"
import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading"
eagerLoadControllersFrom("controllers", application)