hatamo's picture
Full commit
397e650
raw
history blame contribute delete
157 Bytes
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
connect() {
this.element.textContent = "Hello World!"
}
}