predator_pics_rails/app/javascript/controllers/index.js

5 lines
272 B
JavaScript
Raw Normal View History

2024-11-19 12:24:49 +00:00
// 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)