JuanVqz/doctors

View on GitHub
app/frontend/javascripts/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 ImcController from './imc_controller'
application.register('imc', ImcController)

import ResizeFieldController from './resize_field_controller'
application.register('resize-field', ResizeFieldController)

import SearchController from './search_controller'
application.register('search', SearchController)

import SidebarController from './sidebar_controller'
application.register('sidebar', SidebarController)

import HwComboboxController from './hw_combobox_controller'
application.register("hw-combobox", HwComboboxController)