a11yist/app/javascript/controllers/index.js
david 70500c49a1
Some checks failed
/ Run tests (push) Successful in 2m44s
/ Run system tests (push) Failing after 2m43s
/ Build, push and deploy image (push) Successful in 4m3s
Model menus, modal edit and layout improvements
2024-11-23 19:10:09 +01:00

56 lines
2.2 KiB
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 AutosubmitController from "./autosubmit_controller"
application.register("autosubmit", AutosubmitController)
import BsScrollspyController from "./bs_scrollspy_controller"
application.register("bs-scrollspy", BsScrollspyController)
import CheckLinkController from "./check_link_controller"
application.register("check-link", CheckLinkController)
import CollapseChevronTogglerController from "./collapse_chevron_toggler_controller"
application.register("collapse-chevron-toggler", CollapseChevronTogglerController)
import DetailsListController from "./details_list_controller"
application.register("details-list", DetailsListController)
import DialogController from "./dialog_controller"
application.register("dialog", DialogController)
import DragController from "./drag_controller"
application.register("drag", DragController)
import DropdownMenuController from "./dropdown_menu_controller"
application.register("dropdown-menu", DropdownMenuController)
import HelloController from "./hello_controller"
application.register("hello", HelloController)
import HotkeyController from "./hotkey_controller"
application.register("hotkey", HotkeyController)
import RichTextLinkTargetsController from "./rich_text_link_targets_controller"
application.register("rich-text-link-targets", RichTextLinkTargetsController)
import SetThemeController from "./set_theme_controller"
application.register("set-theme", SetThemeController)
import SortElementsController from "./sort_elements_controller"
application.register("sort-elements", SortElementsController)
import SortableController from "./sortable_controller"
application.register("sortable", SortableController)
import ThemeSwitcherController from "./theme_switcher_controller"
application.register("theme-switcher", ThemeSwitcherController)
import ToastController from "./toast_controller"
application.register("toast", ToastController)
import UnsavedChangesController from "./unsaved_changes_controller"
application.register("unsaved-changes", UnsavedChangesController)