a11yist/app/javascript/controllers/index.js
david 4f8b18ca25
Some checks failed
/ Run tests (push) Failing after 16s
/ Run system tests (push) Failing after 15s
/ Build, push and deploy image (push) Has been skipped
Add unsaved changed check to check form
2024-10-28 22:39:32 +01:00

32 lines
1.3 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 CheckLinkController from "./check_link_controller"
application.register("check-link", CheckLinkController)
import CollapseChevronTogglerController from "./collapse_chevron_toggler_controller"
application.register("collapse-chevron-toggler", CollapseChevronTogglerController)
import DragController from "./drag_controller"
application.register("drag", DragController)
import HelloController from "./hello_controller"
application.register("hello", HelloController)
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 ThemeSwitcherController from "./theme_switcher_controller"
application.register("theme-switcher", ThemeSwitcherController)
import UnsavedChangesController from "./unsaved_changes_controller"
application.register("unsaved-changes", UnsavedChangesController)