We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62e9f9 commit 59bc3a7Copy full SHA for 59bc3a7
app/javascript/controllers/thread_controller.js
@@ -0,0 +1,7 @@
1
+import { Controller } from "@hotwired/stimulus"
2
+
3
+// Connects to data-controller="thread"
4
+export default class extends Controller {
5
+ connect() {
6
+ }
7
+}
0 commit comments