Installed importmaps, Stimulus and Turbo

This commit is contained in:
2025-06-21 23:30:58 +03:00
parent 02be5a53d6
commit bc9896d074
9 changed files with 54 additions and 1 deletions
@@ -0,0 +1,7 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
connect() {
this.element.textContent = "Hello World!"
}
}