Sha256: bc188c5e6b0f45025224bc1dc02811033f8b69621e37f7b5cf0c324acf60d75a

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 Bytes

Contents

module Signum
  module NotificationDrawer
    class Component < ViewComponent::Base
      def initialize(signals, notification_container_id)
        @signals = signals
        @notification_container_id = notification_container_id
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
signum-0.3.12 app/components/signum/notification_drawer/component.rb