today_ai_weather/app/javascript/controllers/index.js
2024-12-29 17:12:54 +08: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)