Files
aperonight/app/javascript/controllers/index.js
kbe 17e6711299 Wip on homepage.
Add documentation how to optimize code size in production.
2025-08-16 22:45:27 +02:00

12 lines
454 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"
import ShadcnTestController from "./shadcn_test_controller"
application.register("hello", HelloController)
application.register("shadcn-test", ShadcnTestController)