import { Controller } from "@hotwired/stimulus" export default class extends Controller { celebrate() { alert("congratulations you solved the wowbug challenge 2026") } }