sul-dlss/SearchWorks

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 LiveLookupController from "./live_lookup_controller"
application.register("live-lookup", LiveLookupController)

import LongListController from "./long_list_controller"
application.register("long-list", LongListController)

import LongTableController from "./long_table_controller"
application.register("long-table", LongTableController)

import LongTableToggleController from "./long_table_toggle_controller"
application.register("long-table-toggle", LongTableToggleController)

import PreviewBriefController from "./preview_brief_controller"
application.register("preview-brief", PreviewBriefController)

import PreviewFilmstripController from "./preview_filmstrip_controller"
application.register("preview-filmstrip", PreviewFilmstripController)