// DO NOT EDIT! This file is generated automaticaly with 'npm run generate-stimulus' import * as Turbo from "@hotwired/turbo"; import { Application } from "stimulus"; const application = Application.start(); import { default as RefreshOnTsChanges } from "./../back/html-controllers/refresh-on-ts-changes.stimulus.js"; application.register("refresh-on-ts-changes", RefreshOnTsChanges); import { default as RefreshStyles } from "./../back/html-controllers/refresh-styles.stimulus.js"; application.register("refresh-styles", RefreshStyles); import { default as AutoscrollingImages } from "./../back/jdd-components/autoscrolling-images/autoscrolling-images.stimulus.js"; application.register("autoscrolling-images", AutoscrollingImages); import { default as MapWithPins } from "./../back/jdd-components/map-with-pins/map-with-pins.stimulus.js"; application.register("map-with-pins", MapWithPins); import { default as HorizontalScroller } from "./../back/routes/common/horizontal-scroller/horizontal-scroller.stimulus.js"; application.register("horizontal-scroller", HorizontalScroller); import { default as Sortable } from "./../back/routes/common/sortable/sortable.stimulus.js"; application.register("sortable", Sortable); import { default as AutogrowTextarea } from "./../back/routes/component-preview/autogrow-textarea.stimulus.js"; application.register("autogrow-textarea", AutogrowTextarea); import { default as ComponentDebugger } from "./../back/routes/component-preview/component-debugger.stimulus.js"; application.register("component-debugger", ComponentDebugger); import { default as InputImagePreview } from "./../back/routes/component-preview/input-image-preview.stimulus.js"; application.register("input-image-preview", InputImagePreview); import { default as PasteToMarkdown } from "./../back/routes/component-preview/paste-to-markdown.stimulus.js"; application.register("paste-to-markdown", PasteToMarkdown); import { default as SubmitOnInput } from "./../back/routes/component-preview/submit-on-input.stimulus.js"; application.register("submit-on-input", SubmitOnInput); export { Turbo };