summaryrefslogtreecommitdiffhomepage
path: root/app/javascript/application.js
blob: 85b9adffd6c0751a69f028dbf64f152f836eb65d (plain)
1
2
3
4
5
// Entry point for the build script in your package.json
import "@hotwired/turbo-rails"
import "./controllers"
import * as bootstrap from "bootstrap"
import "./components"