count-anything/app/javascript/application.js
Louis Vallat d07857c011
feat: added counts and instant update and destroy
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2023-02-05 21:01:07 +01:00

8 lines
193 B
JavaScript

// Entry point for the build script in your package.json
import "./add_jquery"
import "@hotwired/turbo-rails"
import "./controllers"
import * as bootstrap from "bootstrap"
import "./channels"