2025-01-19 01:13:59 +08: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"
|
|
|
|
import HelloController from "./hello_controller"
|
2025-02-01 14:19:19 +08:00
|
|
|
import PhotoSwipeLightBoxController from "./photo_swipe_lightbox_controller"
|
2025-02-11 15:52:58 +08:00
|
|
|
import FlashMessageController from "./flash_controller"
|
2025-02-12 14:00:03 +08:00
|
|
|
import SearchController from "./search_controller"
|
2025-02-14 09:47:01 +08:00
|
|
|
import PageLoadTimeController from "./page_load_time_controller"
|
2025-02-14 18:05:03 +08:00
|
|
|
import MapController from "./map_controller"
|
2025-02-16 11:58:25 +08:00
|
|
|
import ShareController from "./share_controller"
|
2025-02-01 14:19:19 +08:00
|
|
|
|
2025-02-11 15:52:58 +08:00
|
|
|
application.register("hello", HelloController)
|
2025-02-01 14:19:19 +08:00
|
|
|
application.register("photo-swipe-lightbox", PhotoSwipeLightBoxController)
|
2025-02-11 15:52:58 +08:00
|
|
|
application.register("flash", FlashMessageController)
|
2025-02-12 14:00:03 +08:00
|
|
|
application.register("search", SearchController)
|
2025-02-14 09:47:01 +08:00
|
|
|
application.register("page-load-time", PageLoadTimeController)
|
2025-02-14 18:05:03 +08:00
|
|
|
application.register("map", MapController)
|
2025-02-16 11:58:25 +08:00
|
|
|
application.register("share", ShareController)
|
2025-02-14 18:05:03 +08:00
|
|
|
|