@@ -32,7 +32,6 @@ import MaxlengthAlertController from "./maxlength_alert_controller"
3232import MentionController from "./mention_controller"
3333import ModalAutofocusController from "./modal_autofocus_controller"
3434import ModalFormController from "./modal_form_controller"
35- import MultiselectController from "./multiselect_controller"
3635import NestedFormController from "./nested_form_controller"
3736import NextProposalController from "./next_proposal_controller"
3837import NotificationsChannelController from "./notifications_channel_controller"
@@ -42,7 +41,6 @@ import ProposalSelectController from "./proposal_select_controller"
4241import ProposalsTableController from "./proposals_table_controller"
4342import RatingController from "./rating_controller"
4443import RemoteModalController from "./remote_modal_controller"
45- import ReviewTagsController from "./review_tags_controller"
4644import ReviewerTagsController from "./reviewer_tags_controller"
4745import ScheduleGridController from "./schedule_grid_controller"
4846import ScheduleTabsController from "./schedule_tabs_controller"
@@ -81,7 +79,6 @@ application.register("maxlength-alert", MaxlengthAlertController)
8179application . register ( "mention" , MentionController )
8280application . register ( "modal-autofocus" , ModalAutofocusController )
8381application . register ( "modal-form" , ModalFormController )
84- application . register ( "multiselect" , MultiselectController )
8582application . register ( "nested-form" , NestedFormController )
8683application . register ( "next-proposal" , NextProposalController )
8784application . register ( "notifications-channel" , NotificationsChannelController )
@@ -91,7 +88,6 @@ application.register("proposal-select", ProposalSelectController)
9188application . register ( "proposals-table" , ProposalsTableController )
9289application . register ( "rating" , RatingController )
9390application . register ( "remote-modal" , RemoteModalController )
94- application . register ( "review-tags" , ReviewTagsController )
9591application . register ( "reviewer-tags" , ReviewerTagsController )
9692application . register ( "schedule-grid" , ScheduleGridController )
9793application . register ( "schedule-tabs" , ScheduleTabsController )
0 commit comments