diff --git a/_source/_includes/hello.html b/_source/_includes/hello.html
index aab4dee..4e46b77 100644
--- a/_source/_includes/hello.html
+++ b/_source/_includes/hello.html
@@ -1,5 +1,5 @@
// hello_controller.js
-import { Controller } from "stimulus"
+import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
static targets = [ "name", "output" ]
@@ -8,4 +8,4 @@
this.outputTarget.textContent =
`Hello, ${this.nameTarget.value}!`
}
-}
\ No newline at end of file
+}