practice doing this
at main 272 B view raw
1// Import and register all your controllers from the importmap via controllers/**/*_controller 2import { application } from "controllers/application" 3import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading" 4eagerLoadControllersFrom("controllers", application)