a11yist/app/javascript/controllers/index.js

42 lines
1.7 KiB
JavaScript
Raw Normal View History

// 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-11-06 22:12:37 +01:00
import BsScrollspyController from "./bs_scrollspy_controller"
application.register("bs-scrollspy", BsScrollspyController)
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-11-09 05:08:46 +01:00
import DetailsListController from "./details_list_controller"
application.register("details-list", DetailsListController)
2024-10-27 22:37:11 +01:00
import DragController from "./drag_controller"
application.register("drag", DragController)
import HelloController from "./hello_controller"
application.register("hello", HelloController)
2024-07-15 14:31:54 +02:00
2024-11-09 03:54:25 +01:00
import HotkeyController from "./hotkey_controller"
application.register("hotkey", HotkeyController)
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)
import ThemeSwitcherController from "./theme_switcher_controller"
application.register("theme-switcher", ThemeSwitcherController)
import UnsavedChangesController from "./unsaved_changes_controller"
application.register("unsaved-changes", UnsavedChangesController)