Add all app files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Import and register all your controllers from the importmap under controllers/*
|
||||
|
||||
import { application } from "controllers/application"
|
||||
import { registerControllersFrom } from "@hotwired/stimulus-importmap-autoloader"
|
||||
registerControllersFrom("controllers", application)
|
||||
Reference in New Issue
Block a user