Move all files to stimulus-esbuild/

This commit is contained in:
Oliver Davies 2025-09-29 22:53:27 +01:00
parent 4c850b3b40
commit 7588eb0c98
14 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import { Application } from "@hotwired/stimulus";
import { definitions } from "stimulus:./controllers";
const app = Application.start();
app.load(definitions);