[Event Logger Controller fix] - renaming the file to event_log_controller.js

This commit is contained in:
milos-dukic
2025-09-16 15:02:47 +02:00
parent 3d0a10dbdd
commit baa2bfc713

View File

@@ -0,0 +1,7 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
log(event) {
console.log(event)
}
}