6 lines
325 B
JavaScript
6 lines
325 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)
|
||
|
|
||
|
import { application } from "./application"
|