Files
robbiepaul e69d6856aa
CI / scan_ruby (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
Update
2026-04-29 12:20:15 +01:00

15 lines
585 B
JavaScript

// This file is auto-generated by ./bin/rails stimulus:manifest:update
// Run that command whenever you add a new controller or create them with
// ./bin/rails generate stimulus controllerName
import { application } from "./application"
import HelloController from "./hello_controller"
application.register("hello", HelloController)
import AdminPanelController from "./admin_panel_controller"
application.register("admin-panel", AdminPanelController)
import ListingPuzzleController from "./listing_puzzle_controller"
application.register("listing-puzzle", ListingPuzzleController)