summaryrefslogtreecommitdiffhomepage
path: root/src/controllers/hello_controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/hello_controller.js')
-rw-r--r--src/controllers/hello_controller.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/controllers/hello_controller.js b/src/controllers/hello_controller.js
deleted file mode 100644
index 5975c07..0000000
--- a/src/controllers/hello_controller.js
+++ /dev/null
@@ -1,7 +0,0 @@
-import { Controller } from "@hotwired/stimulus"
-
-export default class extends Controller {
- connect() {
- this.element.textContent = "Hello World!"
- }
-}