Code & Deploy
Code
Models
Repos
Sign in
@setoelkahfi
/
homebrew-tap
homebrew-tap
/
app
/
javascript
/
controllers
/
index.js
Code
Commits
Pulls
CI/CD
205
main
main
js
3 lines
177 Bytes
Copy permalink
Copy
Raw
1
import
{
application
}
from
"
controllers/application
"
2
import
{
eagerLoadControllersFrom
}
from
"
@hotwired/stimulus-loading
"
3
eagerLoadControllersFrom
(
"
controllers
"
,
application
)