summaryrefslogtreecommitdiffstats
path: root/app/javascript/controllers/index.js
blob: 6ffb4e9ee7a26e61b71ff736b650921141e40587 (plain)
1
2
3
import { application } from "controllers/application"
import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading"
eagerLoadControllersFrom("controllers", application)