anthonymidili/Bullhorn

View on GitHub
app/javascript/controllers/index.js

Summary

Maintainability
A
0 mins
Test Coverage
// 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 AutosubmitFormController from "./autosubmit_form_controller"
application.register("autosubmit-form", AutosubmitFormController)

import CheckBoxSelectAllController from "./check_box_select_all_controller"
application.register("check-box-select-all", CheckBoxSelectAllController)

import HideOnScrollController from "./hide_on_scroll_controller"
application.register("hide-on-scroll", HideOnScrollController)

import SearchBoxController from "./search_box_controller"
application.register("search-box", SearchBoxController)

import SearchBoxSubmitController from "./search_box_submit_controller"
application.register("search-box-submit", SearchBoxSubmitController)

import TrixFormController from "./trix_form_controller"
application.register("trix-form", TrixFormController)