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"
|
|
|
|
|
|
2024-07-20 16:52:12 +02:00
|
|
|
import AutosubmitController from "./autosubmit_controller"
|
|
|
|
|
application.register("autosubmit", AutosubmitController)
|
|
|
|
|
|
2024-07-26 00:59:00 +02:00
|
|
|
import CheckLinkController from "./check_link_controller"
|
|
|
|
|
application.register("check-link", CheckLinkController)
|
|
|
|
|
|
2024-07-20 16:52:12 +02:00
|
|
|
import CollapseChevronTogglerController from "./collapse_chevron_toggler_controller"
|
|
|
|
|
application.register("collapse-chevron-toggler", CollapseChevronTogglerController)
|
|
|
|
|
|
2024-07-15 02:19:27 +02:00
|
|
|
import HelloController from "./hello_controller"
|
|
|
|
|
application.register("hello", HelloController)
|
2024-07-15 14:31:54 +02:00
|
|
|
|
2024-10-26 20:57:41 +02:00
|
|
|
import RichTextLinkTargetsController from "./rich_text_link_targets_controller"
|
|
|
|
|
application.register("rich-text-link-targets", RichTextLinkTargetsController)
|
|
|
|
|
|
2024-07-15 14:31:54 +02:00
|
|
|
import SetThemeController from "./set_theme_controller"
|
|
|
|
|
application.register("set-theme", SetThemeController)
|
2024-07-16 20:22:59 +02:00
|
|
|
|
|
|
|
|
import ThemeSwitcherController from "./theme_switcher_controller"
|
|
|
|
|
application.register("theme-switcher", ThemeSwitcherController)
|