2025-02-25 09:23:00 +09: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
|
|
|
|
|
2025-02-20 22:46:52 +09:00
|
|
|
import { application } from "./application";
|
2025-02-24 22:51:13 +09:00
|
|
|
|
2025-02-25 09:23:00 +09:00
|
|
|
import ModalController from "./modal_controller";
|
|
|
|
application.register("modal", ModalController);
|
|
|
|
|
|
|
|
import SearchController from "./search_controller";
|
2025-02-20 22:46:52 +09:00
|
|
|
application.register("search", SearchController);
|