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!"
}
}