Sha256: 9a146ccbd9ac5702dcc050bfaacd033d86c44ed192a878468368d725957af8f4
Contents?: true
Size: 868 Bytes
Versions: 13
Compression:
Stored size: 868 Bytes
Contents
import { application } from "signum/controllers/application" // Lazy load controllers as they appear in the DOM (remember not to preload controllers in import map!) // import { lazyLoadControllersFrom } from "@hotwired/stimulus-loading" // lazyLoadControllersFrom("signum/controllers", application) import NotificationBodyController from "signum/components/notification_body/component_controller"; application.register("signum-notification-body", NotificationBodyController); import NotificationDrawerController from "signum/components/notification_drawer/component_controller"; application.register("signum-notification-drawer", NotificationDrawerController); import NotificationDrawerItemController from "signum/components/notification_drawer_item/component_controller"; application.register("signum-notification-drawer-item", NotificationDrawerItemController);
Version data entries
13 entries across 13 versions & 1 rubygems