paulca / paulca.com Public

Clone
git clone https://amadan.net/paulca/paulca.com

Plain git — no account needed to clone.

1// Import and register all your controllers from the importmap via controllers/**/*_controller
2import { application } from "controllers/application"
3import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading"
4eagerLoadControllersFrom("controllers", application)
5