Files
baclight/app/javascript/controllers/index.js
T
2021-09-26 14:41:38 -07:00

6 lines
272 B
JavaScript

// 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)