11 lines
441 B
JavaScript
11 lines
441 B
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 ModalController from "./modal_controller";
|
|
application.register("modal", ModalController);
|
|
|
|
import SearchController from "./search_controller";
|
|
application.register("search", SearchController);
|