2024-07-15 02:19:27 +02:00
|
|
|
// 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)
|
2024-07-15 14:31:54 +02:00
|
|
|
|
|
|
|
|
import SetThemeController from "./set_theme_controller"
|
|
|
|
|
application.register("set-theme", SetThemeController)
|