Files
aperonight/app/javascript/controllers/index.js
kbe 07a6694883 chore: Counter now embedded with Stimulus
Before this commit, Counter js was autonomous. Now it's registered
like a controller in Stimulus.
2025-08-17 23:47:07 +02:00

12 lines
462 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 ShadcnTestController from "./shadcn_test_controller"
import CounterController from "./counter_controller"
application.register("shadcn-test", ShadcnTestController)
application.register("counter", CounterController)