summaryrefslogtreecommitdiffhomepage
path: root/src/controllers/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/index.js')
-rw-r--r--src/controllers/index.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/controllers/index.js b/src/controllers/index.js
deleted file mode 100644
index d0685d3..0000000
--- a/src/controllers/index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-// This file is auto-generated by ./bin/rails stimulus:manifest:update
-// Run that command whenever you add a new controller or create them with
-// ./bin/rails generate stimulus controllerName
-
-import { application } from "./application"
-
-import HelloController from "./hello_controller"
-application.register("hello", HelloController)