ecoffee/app/javascript/controllers/index.js
2025-03-10 18:47:28 +01:00

4 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)