1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Delete hello_controller.js

This commit is contained in:
Josh Pigford 2024-02-08 13:34:11 -06:00
parent 89f66ad4cf
commit be79430999

View file

@ -1,7 +0,0 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
connect() {
this.element.textContent = "Hello World!"
}
}